forked from zkamvar/beaverdown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.02 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
Package: torontodown
Title: R Markdown Thesis Template for University of Toronto
Version: 0.1.0.9000
Authors@R: c(person(c("Matthew", "T."), "Warkentin", email = "[email protected]", role = c("aut", "cre")),
person("Francois", "Pitt", email = "[email protected]", role = c("ctb")))
Description: Using the bookdown package and LaTeX thesis templates from
University of Toronto, this package aims to encourage reproducible research using
simple Markdown syntax while embedding all of the R code to produce plots
and analyses. This package is based on Chester Ismay's thesisdown and Zhian Kavmar's beaverdown.
Depends:
R (>= 3.6)
Imports:
bookdown,
fs,
glue,
here,
knitr,
purrr,
rlang,
rmarkdown,
tinytex,
yaml,
ymlthis
License: MIT + file LICENSE
URL: https://github.com/mattwarkentin/torontodown
BugReports: https://github.com/mattwarkentin/torontodown/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
RoxygenNote: 7.1.2