Rstudio插件,以docker 方式发布rmarkdown
Tengfei Yin 3aacb11140 add rsconnect in des | 8 年之前 | |
---|---|---|
R | 8 年之前 | |
inst | 8 年之前 | |
man | 8 年之前 | |
vignettes | 8 年之前 | |
.Rbuildignore | 9 年之前 | |
.gitignore | 9 年之前 | |
.travis.yml | 9 年之前 | |
DESCRIPTION | 8 年之前 | |
NAMESPACE | 8 年之前 | |
NEWS.md | 9 年之前 | |
README.md | 9 年之前 | |
liftr.Rproj | 9 年之前 |
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.
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.