Rstudio插件,以docker 方式发布rmarkdown

Tengfei Yin 3aacb11140 add rsconnect in des 8 年之前
R d2871d716d fix doc 8 年之前
inst 8c35509645 Add Onepunch class 8 年之前
man d2871d716d fix doc 8 年之前
vignettes 8c35509645 Add Onepunch class 8 年之前
.Rbuildignore fd9ceadf97 v0.1 9 年之前
.gitignore 3470052abe first commit 9 年之前
.travis.yml ace2da1f80 fix covr inst again 9 年之前
DESCRIPTION 3aacb11140 add rsconnect in des 8 年之前
NAMESPACE d2871d716d fix doc 8 年之前
NEWS.md c43c74483c v0.3 - submitted to CRAN 9 年之前
README.md 95a4ab5f09 v0.2 9 年之前
liftr.Rproj 3470052abe first commit 9 年之前

README.md

liftr

Build Status Coverage Status 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 vignette (can also be opened with vignette("liftr-intro") in R) for a quick-start guide.