-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.01 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: wagedown
Title: A R Markdown thesis template for Wageningen University
Version: 1.0
Authors@R:
person("Wang", "Zhijun", email = "zhijun0916@gmail.com", role = c("cre", "aut"))
Description: Using the bookdown package and LaTeX and Word thesis templates from
Wageningen Univeristy, 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.A modification of the default LaTeX template ensures the PhD
thesis conforms to the Wageningen University requirements.
Maintainer: Zhijun Wang <zhijun0916@gmail.com>
Depends:
R (>= 3.2.0)
Imports:
dplyr,
ggplot2,
bookdown,
knitr,
here,
R.utils
Suggests:
remotes,
usethis,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc (>= 1.18) - https://pandoc.org
RoxygenNote: 7.1.2
VignetteBuilder: knitr
URL: https://zhijunwang1991.github.io/wagedown/