123456789101112131415161718192021222324252627282930313233 |
- Package: liftr
- Type: Package
- Title: Dockerize R Markdown Documents
- Version: 0.3
- Date: 2015-10-10
- Authors@R: c(
- person("Miaozhu", "Li", email = "[email protected]", role = "ctb"),
- person("Tengfei", "Yin", email = "[email protected]", role = "ctb"),
- person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"))
- )
- Maintainer: Nan Xiao <[email protected]>
- Description: Dockerize R Markdown documents with support for Rabix.
- License: GPL
- SystemRequirements: Docker, Rabix
- VignetteBuilder: knitr
- URL: http://liftr.me
- BugReports: https://github.com/road2stat/liftr/issues
- Depends:
- R (>= 3.0.2)
- Imports:
- yaml,
- knitr,
- rmarkdown,
- stringr,
- rsconnect
- RoxygenNote: 5.0.1
- Collate:
- liftr-package.R
- utils.R
- lift.R
- drender.R
- Onepunch-class.R
|