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 for a quick-start. A video demo is here.
liftr is free and open source software, licensed under GPL-3.