DESCRIPTION 810 B

123456789101112131415161718192021222324252627282930313233
  1. Package: liftr
  2. Type: Package
  3. Title: Dockerize R Markdown Documents
  4. Version: 0.3
  5. Date: 2015-10-10
  6. Authors@R: c(
  7. person("Miaozhu", "Li", email = "[email protected]", role = "ctb"),
  8. person("Tengfei", "Yin", email = "[email protected]", role = "ctb"),
  9. person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"))
  10. )
  11. Maintainer: Nan Xiao <[email protected]>
  12. Description: Dockerize R Markdown documents with support for Rabix.
  13. License: GPL
  14. SystemRequirements: Docker, Rabix
  15. VignetteBuilder: knitr
  16. URL: http://liftr.me
  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. rsconnect
  26. RoxygenNote: 5.0.1
  27. Collate:
  28. liftr-package.R
  29. utils.R
  30. lift.R
  31. drender.R
  32. Onepunch-class.R