forked from rstudio/rticles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (32 loc) · 1.72 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
31
32
Package: rticles
Type: Package
Title: Article Formats for R Markdown
Version: 0.2
Date: 2016-04-24
Authors@R: c(
person("JJ", "Allaire", role = c("aut", "cre"), email = "[email protected]"),
person(family = "R Foundation", role = c("aut", "cph")),
person("Hadley", "Wickham", role = "aut", email = "[email protected]"),
person(family = "Journal of Statistical Software", role = c("aut", "cph")),
person("Yihui", "Xie", role = "aut", email = "[email protected]"),
person(family = "RStudio", role = "cph"),
person("Ramnath ", "Vaidyanathan", role = c("aut", "cph"), email = "[email protected]"),
person(family = "Assocation for Computing Machinery", role = c("aut", "cph")),
person("Carl", "Boettiger", role = c("aut", "cph"), email = "[email protected]"),
person(family = "Elsevier", role = c("aut", "cph")),
person("Karl", "Broman", role = c("aut", "cph"), email = "[email protected]"),
person("Kirill", "Mueller", role = c("aut", "cph"), email = "[email protected]"),
person("Bastiaan", "Quast", role = c("aut", "cph"), email = "[email protected]"),
person("Randall ", "Pruim", role = c("aut", "cph"), email = "[email protected]"),
person("Ben", "Marwick", role = c("aut", "cph"), email = "[email protected]"),
person("Charlotte", "Wickham", role = c("aut", "cph"), email = "[email protected]"),
person("Oliver", "Keyes", role = c("aut", "cph"), email = "[email protected]"),
person("Miao", "Yu", role = c("aut", "cph"), email = "[email protected]")
)
Description: A suite of custom R Markdown formats and templates for
authoring journal articles and conference submissions.
License: GPL-3
Imports: utils, rmarkdown, knitr, yaml
SystemRequirements: GNU make
RoxygenNote: 5.0.1
Suggests: testthat