forked from ismayc/thesisdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 864 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
Package: robotdown
Title: An updated R Markdown thesis template using the bookdown package
Version: 0.0.2
Authors@R: c(
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
person("Nick", "Solomon", email = "nick@nicksolomon.me", role = "aut"),
person("Benjamin", "Schwendinger", email = "ben@schwe.at", role = c("aut", "cre")))
Description: Using the bookdown package and thesisdown package,
this package aims to encourage reproducible research for the TU Wien
simple Markdown syntax while embedding all of the R code to produce plots
and analyses as well.
Maintainer: Benjamin Schwendinger <ben@schwe.at>
Depends:
R (>= 3.2.0),
devtools,
dplyr,
ggplot2,
bookdown,
knitr
License: MIT
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
RoxygenNote: 6.1.1