-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1017 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: phoenixdown
Title: A template for the University of Chicago Master of Science in Analytics Capstone Project
Version: 0.1.1
Authors@R: c(
person("Justin M.", "Shea", email = "justinshea@uchicago.edu", role = c("aut","cre")),
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
person("Nick", "Solomon", email = "nick@nicksolomon.me", role = "aut"),
person("Ben", "Marwick", email = "benmarwick@gmail.com", role = "aut"))
Description: Using the bookdown package and a custom LaTeX capstone template,
this package aims to encourage reproducible research using R Markdown.
Forked form Ben Marwick's huskeydown, which was forked from Chester Ismay's thesisdown.
Maintainer: Justin M. Shea <justinshea@uchicago.edu>
Depends:
R (>= 3.4.0)
Imports:
bookdown,
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
Suggests:
ggplot2,
testthat