Skip to content

behrica/liftr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liftr

Build Status CRAN Version Downloads from the RStudio CRAN mirror

liftr extends the R Markdown metadata format, helps you generate Dockerfile for rendering documents in Docker containers. Users can also include and run pre-defined Rabix tools/workflows, then use Rabix output in their dockerized documents.

Installation

To download and install liftr from CRAN:

install.packages("liftr")

Or, you can try the development version on GitHub:

# install.packages("devtools")
devtools::install_github("road2stat/liftr")

To load the package in R, simply use

library("liftr")

and you are all set. See the package vignette (can also be opened with vignette("liftr-intro") in R) for a quick-start guide.

About

Dockerize R Markdown Documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%