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.
To download and install liftr
from CRAN:
install.packages("liftr")
Or try the development version on GitHub:
# install.packages("devtools")
devtools::install_github("road2stat/liftr")
See the package vignettes for a quick-start guide.