-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.2 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: cosmodown
Title: A Bookdown Template for Brigham Young University theses
Version: 1.0.0
Authors@R: c(
person("W. Jake", "Thompson", email = "[email protected]",
role = c("aut")),
person("Greg", "Macfarlane", email = "[email protected]",
role = c("aut", "cre"))
)
Description: A bookdown template for writing theses and dissertations at Brigham
Young University. This package is a fork of the jahawkdown package by
Jake Thompson, with a new LaTeX template by Greg Macfarlane.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/gregmacfarlane/cosmodown
BugReports: https://github.com/gregmacfarlane/cosmodown/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.1.2
Roxygen: list(markdown = TRUE)