Rstudio插件,以docker 方式发布rmarkdown
Nan Xiao ef1771b18c add import | 7 年之前 | |
---|---|---|
R | 7 年之前 | |
inst | 7 年之前 | |
man | 7 年之前 | |
vignettes | 7 年之前 | |
.Rbuildignore | 7 年之前 | |
.gitattributes | 7 年之前 | |
.gitignore | 7 年之前 | |
.travis.yml | 7 年之前 | |
CONDUCT.md | 7 年之前 | |
CONTRIBUTING.md | 7 年之前 | |
DESCRIPTION | 7 年之前 | |
LICENSE | 8 年之前 | |
NAMESPACE | 7 年之前 | |
NEWS.md | 7 年之前 | |
README.md | 7 年之前 | |
TODO | 7 年之前 | |
_pkgdown.yml | 7 年之前 | |
appveyor.yml | 8 年之前 | |
liftr.Rproj | 9 年之前 |
liftr aims to solve the problem of persistent reproducible reporting. To achieve this goal, it extends the R Markdown metadata format, and uses Docker to containerize and render R Markdown documents.
Install liftr from CRAN:
install.packages("liftr")
Or try the development version on GitHub:
# install.packages("devtools")
devtools::install_github("road2stat/liftr")
Browse the vignettes or the demo video for a quick-start.
Time | Event | Location |
---|---|---|
July 27, 2017 | BioC 2017 (poster for dockflow.org) | Dana-Farber Cancer Institute, Boston, MA |
May 20, 2017 | The 10th China-R Conference (talk) | Tsinghua University, Beijng, China |
April 18, 2017 | DockerCon 2017 (talk) | Austin Convention Center, Austin, TX |
December 3, 2015 | CRI Bioinformatics Workshop (talk) | The University of Chicago, Chicago, IL |
July 21, 2015 | BioC 2015 (workshop) | Fred Hutchinson Cancer Research Center, Seattle, WA |
To contribute to this project, please take a look at the Contributing Guidelines first. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
liftr is free and open source software, licensed under GPL-3.