forked from rstudio/rticles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 2.49 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
Package: rticles
Type: Package
Title: Article Formats for R Markdown
Version: 0.5.3
Authors@R: c(
person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person(family = "R Foundation", role = c("aut", "cph")),
person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),
person(family = "Journal of Statistical Software", role = c("aut", "cph")),
person(family = "RStudio", role = "cph"),
person("Ramnath ", "Vaidyanathan", role = c("aut", "cph"), email = "ramnath.vaidya@gmail.com"),
person(family = "Association for Computing Machinery", role = c("aut", "cph")),
person("Carl", "Boettiger", role = c("aut", "cph"), email = "cboettig@gmail.com"),
person(family = "Elsevier", role = c("aut", "cph")),
person("Karl", "Broman", role = c("aut", "cph"), email = "kbroman@gmail.com"),
person("Kirill", "Mueller", role = c("aut", "cph"), email = "kirill.mueller@ivt.baug.ethz.ch"),
person("Bastiaan", "Quast", role = c("aut", "cph"), email = "bquast@gmail.com"),
person("Randall ", "Pruim", role = c("aut", "cph"), email = "rpruim@gmail.com"),
person("Ben", "Marwick", role = c("aut", "cph"), email = "bmarwick@uw.edu"),
person("Charlotte", "Wickham", role = c("aut", "cph"), email = "cwickham@gmail.com"),
person("Oliver", "Keyes", role = c("aut", "cph"), email = "okeyes@wikimedia.org"),
person("Miao", "Yu", role = c("aut", "cph"), email = "yufreecas@gmail.com"),
person("Daniel", "Emaasit", role = c("aut", "cph"), email = "daniel.emaasit@gmail.com"),
person("Thierry", "Onkelinx", role = c("aut", "cph"), email = "thierry.onkelinx@inbo.be"),
person("Alessandro", "Gasparini", role = c("aut", "cph"), email = "ag475@leicester.ac.uk"),
person("Marc-Andre", "Desautels", role = c("aut", "cph"), email = "marc-andre.desautels@cstjean.qc.ca"),
person("Dominik", "Leutnant", role = c("aut", "cph"), email = "leutnant@fh-muenster.de"),
person(family = "MDPI", role = c("aut", "cph")),
person("Oğuzhan", "Öğreden", role = c("aut"), comment = c(ORCID = "0000-0002-9949-3348"))
)
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, xfun
SystemRequirements: GNU make
URL: https://github.com/rstudio/rticles
BugReports: https://github.com/rstudio/rticles/issues
RoxygenNote: 6.0.1
Suggests: testit, bookdown, xtable
Encoding: UTF-8