DESCRIPTION 900 B

12345678910111213141516171819202122232425262728
  1. Package: liftr
  2. Type: Package
  3. Title: Containerize R Markdown Documents
  4. Version: 0.8
  5. Authors@R: c(
  6. person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
  7. comment = c(ORCID = "0000-0002-0250-5673")),
  8. person("Miao-Zhu", "Li", email = "[email protected]", role = "ctb"),
  9. person("Teng-Fei", "Yin", email = "[email protected]", role = "ctb")
  10. )
  11. Maintainer: Nan Xiao <[email protected]>
  12. Description: Persistent reproducible reporting by containerization of R Markdown documents.
  13. License: GPL-3 | file LICENSE
  14. SystemRequirements: Docker (see <https://docs.docker.com/engine/installation/>)
  15. VignetteBuilder: knitr
  16. URL: https://liftr.me, https://github.com/road2stat/liftr
  17. BugReports: https://github.com/road2stat/liftr/issues
  18. Depends:
  19. R (>= 3.0.2)
  20. Imports:
  21. yaml,
  22. knitr,
  23. rmarkdown,
  24. stringr,
  25. rstudioapi
  26. Encoding: UTF-8
  27. RoxygenNote: 6.0.1.9000