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

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.

Workflow

Containerize R Markdown Documents with liftr

Video Demo

Dockerize and Render R Markdown Documents with liftr