forked from ismayc/thesisdown
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
25 lines (25 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
Package: beaverdown
Title: An updated R Markdown thesis template for Oregon State University using the bookdown package
Version: 0.2.1
Authors@R: c(person(c("Zhian", "N."), "Kamvar", email = "zkamvar@gmail.com", role = c("aut", "cre")),
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = c("aut", "ccp")),
person("Rick","Treinen", email = "NA", role = c("aut")),
person("Neville", "Mehta", email = "neville@lifetime.oregonstate.edu", role = c("aut")),
person("Deling", "Ren", email = "deling_ren@lifetime.oregonstate.edu", role = c("aut")),
person("John", "Metta", email = "john.pennington@lifetime.oregonstate.edu", role = c("aut", "ccp"))
)
Description: Using the bookdown package and LaTeX and Word thesis templates from
Oregon State University, this package was derived from Chester Ismay's
package "thesisdown"
Depends:
R (>= 3.3.0),
devtools,
dplyr,
ggplot2,
bookdown,
knitr
Imports: yaml
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1