12345678910111213141516171819202122232425262728 |
- Package: liftr
- Type: Package
- Title: Containerize R Markdown Documents
- Version: 0.8
- Authors@R: c(
- person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
- comment = c(ORCID = "0000-0002-0250-5673")),
- person("Miao-Zhu", "Li", email = "[email protected]", role = "ctb"),
- person("Teng-Fei", "Yin", email = "[email protected]", role = "ctb")
- )
- Maintainer: Nan Xiao <[email protected]>
- Description: Persistent reproducible reporting by containerization of R Markdown documents.
- License: GPL-3 | file LICENSE
- SystemRequirements: Docker (see <https://docs.docker.com/engine/installation/>)
- VignetteBuilder: knitr
- URL: https://liftr.me, https://github.com/road2stat/liftr
- BugReports: https://github.com/road2stat/liftr/issues
- Depends:
- R (>= 3.0.2)
- Imports:
- yaml,
- knitr,
- rmarkdown,
- stringr,
- rstudioapi
- Encoding: UTF-8
- RoxygenNote: 6.0.1.9000
|