forked from benmarwick/huskydown
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
30 lines (30 loc) · 1.05 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
Package: gauchodown
Title: An R Markdown thesis template for the University of California Santa Barbara
Version: 1.0
Authors@R: c(
person("Ovando", "Dan", email = "dovando07@gmail.com", role = "aut"),
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
person("Nick", "Solomon", email = "nick@nicksolomon.me", role = "aut"),
person("Ben", "Marwick", email = "benmarwick@gmail.com", role = c("cre", "aut")))
Description: Using the bookdown package and LaTeX and Word thesis templates from
UC Santa Barbara, 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.
Maintainer: Dan Ovando <dovando07@gmail.com>
Depends:
R (>= 3.4.4)
Imports:
bookdown,
rmarkdown,
knitr,
tinytex,
devtools,
dplyr,
ggplot2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
Suggests:
testthat