Skip to content

nanxstats/liftr

Repository files navigation

liftr logo

Build Status AppVeyor Build Status CRAN Version Downloads from the RStudio CRAN mirror

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.

Installation

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.

Workflow

Containerize R Markdown Documents with liftr

License

liftr is free and open source software, licensed under GPL-3.