forked from DanOvando/gauchodown
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.13 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
Package: aggiedown
Title: An R Markdown thesis template for the University of California Davis
Version: 1.0
Authors@R: c(
person("Peek", "Ryan", email = "[email protected]", role = "aut"),
person("Ovando", "Dan", email = "[email protected]", role = "aut"),
person("Chester", "Ismay", email = "[email protected]", role = "aut"),
person("Nick", "Solomon", email = "[email protected]", role = "aut"),
person("Ben", "Marwick", email = "[email protected]", role = c("cre", "aut")))
Description: Using the bookdown package and LaTeX thesis templates from
UC Davis, this package aims to encourage reproducible research using
simple Markdown syntax while embedding all of the R code to produce plots
and analyses as well. Based on Chester Ismay's thesisdown and Dan Ovando's gauchodown.
Maintainer: Ryan Peek <[email protected]>
Depends:
R (>= 3.5.0)
Imports:
bookdown,
rmarkdown,
knitr,
tinytex,
devtools,
dplyr,
ggplot2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
Suggests:
testthat