forked from ismayc/thesisdown
-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
30 lines (30 loc) · 992 Bytes
/
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: huskydown
Title: An R Markdown thesis template for the University of Washington
Version: 0.0.5
Authors@R: c(
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 and Word thesis templates from
UW, 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: Ben Marwick <[email protected]>
Depends:
R (>= 3.4.4)
Imports:
bookdown,
rmarkdown,
knitr,
git2r,
tinytex,
devtools,
dplyr,
ggplot2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
Suggests:
testthat