-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
44 lines (44 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: jayhawkdown
Title: A Bookdown Template for University of Kansas Dissertations
Version: 1.0.0
Authors@R: c(
person("W. Jake", "Thompson", email = "wjakethompson@gmail.com",
role = c("aut", "cre")),
person("Paul E.", "Johnson", email = "pauljohn@ku.edu", role = "ctb")
)
Description: A bookdown template for writing theses and dissertations at the
University of Kansas. This package makes use of the LaTeX template developed
by Paul Johnson, with modifications to support the markdown language.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://jayhawkdown.wjakethompson.com,
https://github.com/wjakethompson/jayhawkdown
BugReports: https://github.com/wjakethompson/jayhawkdown/issues
Depends:
R (>= 3.1.0)
Imports:
bookdown,
fs,
knitr (>= 1.16),
magrittr,
rmarkdown (>= 2.0),
xfun (>= 0.4),
yaml (>= 2.1.14)
Suggests:
dplyr (>= 0.8.0),
forcats (>= 0.4.0),
ggplot2 (>= 3.2.1),
kableExtra (>= 1.1.0),
lintr (>= 2.0.0),
purrr (>= 0.3.3),
readr (>= 1.3.1),
stringr (>= 1.4.0),
svglite (>= 1.2.3),
testthat (>= 2.3.1),
tibble (>= 2.1.0),
tidyr (>= 1.0.0),
tinytex (>= 0.19),
covr
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)