forked from rstudio/rticles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 5.28 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
53
54
55
56
57
58
59
60
61
62
63
64
Package: rticles
Type: Package
Title: Article Formats for R Markdown
Version: 0.21.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("Christophe", "Dervieux", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-4474-2498")),
person(family = "RStudio", role = c("cph", "fnd")),
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("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("Alex", "Hayes", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-4985-5160")),
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")),
person("Sebastian", "Kreutzer", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-0734-2199")),
person("Shixiang", "Wang", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-9855-7357")),
person('Jay', 'Hesselberth', role = c('aut', 'ctb'), email = '[email protected]', comment = c(ORCID = '0000-0002-6299-179X')),
person("Alfredo", "Hernández", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-2660-4545")),
person("Stefano", "Coretta", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta")),
person("Matthias", "Templ", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-8638-5276", github = "matthias-da")),
person("Alvaro", "Uzaheta", role = c("ctb"), email = "[email protected]", comment = c(github = "auzaheta")),
person("JooYoung", "Seo", role=c("ctb"), email="[email protected]", comment = c(ORCID = "0000-0002-4064-6012"))
)
Description: A suite of custom R Markdown formats and templates for
authoring journal articles and conference submissions.
License: GPL-3
Imports: utils, rmarkdown (>= 2.5), knitr (>= 1.30), yaml, tinytex (>= 0.30), xfun
SystemRequirements: GNU make
URL: https://github.com/rstudio/rticles
BugReports: https://github.com/rstudio/rticles/issues
RoxygenNote: 7.1.1
Suggests: testit, bookdown, xtable
Encoding: UTF-8
Config/Needs/website: magick, pdftools, gifski, rstudio/quillt
Roxygen: list(markdown = TRUE)