DESCRIPTION 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Package: rticles
  2. Type: Package
  3. Title: Article Formats for R Markdown
  4. Version: 0.5.4
  5. Authors@R: c(
  6. person("JJ", "Allaire", role = "aut", email = "[email protected]"),
  7. person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
  8. person(family = "R Foundation", role = c("aut", "cph")),
  9. person("Hadley", "Wickham", role = "aut", email = "[email protected]"),
  10. person(family = "Journal of Statistical Software", role = c("aut", "cph")),
  11. person(family = "RStudio", role = "cph"),
  12. person("Ramnath ", "Vaidyanathan", role = c("aut", "cph"), email = "[email protected]"),
  13. person(family = "Association for Computing Machinery", role = c("aut", "cph")),
  14. person("Carl", "Boettiger", role = c("aut", "cph"), email = "[email protected]"),
  15. person(family = "Elsevier", role = c("aut", "cph")),
  16. person("Karl", "Broman", role = c("aut", "cph"), email = "[email protected]"),
  17. person("Kirill", "Mueller", role = c("aut", "cph"), email = "[email protected]"),
  18. person("Bastiaan", "Quast", role = c("aut", "cph"), email = "[email protected]"),
  19. person("Randall ", "Pruim", role = c("aut", "cph"), email = "[email protected]"),
  20. person("Ben", "Marwick", role = c("aut", "cph"), email = "[email protected]"),
  21. person("Charlotte", "Wickham", role = c("aut", "cph"), email = "[email protected]"),
  22. person("Oliver", "Keyes", role = c("aut", "cph"), email = "[email protected]"),
  23. person("Miao", "Yu", role = c("aut", "cph"), email = "[email protected]"),
  24. person("Daniel", "Emaasit", role = c("aut", "cph"), email = "[email protected]"),
  25. person("Thierry", "Onkelinx", role = c("aut", "cph"), email = "[email protected]"),
  26. person("Alessandro", "Gasparini", role = c("aut", "cph"), email = "[email protected]"),
  27. person("Marc-Andre", "Desautels", role = c("aut", "cph"), email = "[email protected]"),
  28. person("Dominik", "Leutnant", role = c("aut", "cph"), email = "[email protected]"),
  29. person(family = "MDPI", role = c("aut", "cph")),
  30. person("Oğuzhan", "Öğreden", role = c("aut"), comment = c(ORCID = "0000-0002-9949-3348")),
  31. person("Daniel", "Nüst", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-0024-5046"))
  32. )
  33. Description: A suite of custom R Markdown formats and templates for
  34. authoring journal articles and conference submissions.
  35. License: GPL-3
  36. Imports: utils, rmarkdown, knitr, yaml, tinytex, xfun
  37. SystemRequirements: GNU make
  38. URL: https://github.com/rstudio/rticles
  39. BugReports: https://github.com/rstudio/rticles/issues
  40. RoxygenNote: 6.0.1
  41. Suggests: testit, bookdown, xtable
  42. Encoding: UTF-8