forked from rstudio/rticles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 3.86 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: rticles
Type: Package
Title: Article Formats for R Markdown
Version: 0.14.1
Authors@R: c(
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
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(family = "RStudio", role = "cph"),
person("Ramnath ", "Vaidyanathan", role = c("aut", "cph"), email = "[email protected]"),
person(family = "Association 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]"),
person("Daniel", "Emaasit", role = c("aut", "cph"), email = "[email protected]"),
person("Thierry", "Onkelinx", role = c("aut", "cph"), email = "[email protected]"),
person("Alessandro", "Gasparini", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-8319-7624")),
person("Marc-Andre", "Desautels", role = c("aut", "cph"), email = "[email protected]"),
person("Dominik", "Leutnant", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-3293-2315")),
person(family = "MDPI", role = c("aut", "cph")),
person(family = "Taylor and Francis", role = c("aut", "cph")),
person("Oğuzhan", "Öğreden", role = c("aut"), comment = c(ORCID = "0000-0002-9949-3348")),
person("Dalton", "Hance", role = c("aut"), email = "[email protected]"),
person("Daniel", "Nüst", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-0024-5046")),
person("Petter", "Uvesten", role = c("aut", "cph"), email = "[email protected]"),
person("Elio", "Campitelli", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-7742-9230")),
person("John", "Muschelli", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0001-6469-1750")),
person("Zhian N.", "Kamvar", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-1458-7108")),
person("Noam", "Ross", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-2136-0000")),
person("Robrecht", "Cannoodt", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
person("Duncan", "Luguern", role = c("aut"), email = "[email protected]"),
person("David M.", "Kaplan", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-6087-359X", github = "dmkaplan2000"))
)
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, tinytex (>= 0.19), xfun
SystemRequirements: GNU make
URL: https://github.com/rstudio/rticles
BugReports: https://github.com/rstudio/rticles/issues
RoxygenNote: 7.0.2
Suggests: testit, bookdown, xtable
Encoding: UTF-8