Learn R Programming

⚠️There's a newer version (0.9.2) of this package.Take me there.

liftr

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

Events

TimeEventLocation
May 20, 2017The 10th China-R Conference (talk)Tsinghua University, Beijng, China
April 18, 2017DockerCon 2017 (talk)Austin Convention Center, Austin, TX
December 3, 2015CRI Bioinformatics Workshop (talk)The University of Chicago, Chicago, IL
July 21, 2015BioC 2015 (workshop)Fred Hutchinson Cancer Research Center, Seattle, WA

License

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

Copy Link

Version

Install

install.packages('liftr')

Monthly Downloads

262

Version

0.6

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Nan Xiao

Last Published

July 23rd, 2017

Functions in liftr (0.6)

addin_purge_image

RStudio Addin: Purge Docker Image
lift

Containerize R Markdown Documents
liftr-package

Containerize R Markdown Documents
purge_container

Purge Docker Container
purge_image

Purge Docker Image
render_docker

Render Dockerized R Markdown Documents
addin_lift

RStudio Addin: Containerize R Markdown Document
addin_lift_render_docker

RStudio Addin: Containerize and Render R Markdown Document with Docker