forked from ismayc/thesisdown
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
26 lines (26 loc) · 893 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
Package: ufscdown
Title: An updated R Markdown thesis template using the bookdown package
Version: 0.0.1
Authors@R: c(
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
person("Nick", "Solomon", email = "nick@nicksolomon.me", role = "aut"),
person("Luiz", "Droubi", email = "lfpdroubi@gmail.com", role = c("cre", "aut")))
Description: Using the bookdown package and LaTeX and Word thesis templates from
UFSC College, 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.
Maintainer: Luiz Droubi <lfpdroubi@gmail.com>
Depends:
R (>= 3.2.0)
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
bookdown
Suggests:
tinytex,
kableExtra,
cowplot,
stargazer
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
RoxygenNote: 7.0.2