12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- Package: rticles
- Type: Package
- Title: Article Formats for R Markdown
- Version: 0.5.4
- 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]"),
- person("Marc-Andre", "Desautels", role = c("aut", "cph"), email = "[email protected]"),
- person("Dominik", "Leutnant", role = c("aut", "cph"), email = "[email protected]"),
- person(family = "MDPI", role = c("aut", "cph")),
- person("Oğuzhan", "Öğreden", role = c("aut"), comment = c(ORCID = "0000-0002-9949-3348")),
- person("Daniel", "Nüst", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-0024-5046"))
- )
- 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
|