-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
27 lines (27 loc) · 951 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
Package: huwiwidown
Title: An RMarkdown thesis template for students at the Humboldt Universitaet zu
Berlin Wirtschaftswissenschaftlichen Fakultaet (School of Business and
Economics) using the `bookdown` package
Version: 0.0.1
Authors@R: person("Phi", "Nguyen", email = "[email protected]",
role = c("aut", "cre"))
Description: Using the bookdown package and LaTeX and Word thesis templates from
HU Berlin School of Business and Economics, 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` package.
Maintainer: Phi Nguyen <[email protected]>
Depends:
R (>= 3.5.1),
devtools,
dplyr,
ggplot2,
bookdown,
rmarkdown,
knitr,
kableExtra
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
RoxygenNote: 6.1.1