Rstudio插件,以docker 方式发布rmarkdown

Nan Xiao ef1771b18c add import 7 年之前
R ef1771b18c add import 7 年之前
inst 9798340f33 refactor rstudio addins 7 年之前
man cbcf9c3ffb correct arguments 7 年之前
vignettes d706010e03 refine vignette 7 年之前
.Rbuildignore d813fa7a46 conduct and contribute 7 年之前
.gitattributes 20b1daa5cc exclude bibtex file for correct language stats 7 年之前
.gitignore 14b3dfaf39 ignore .DS_Store 7 年之前
.travis.yml cabb0d8c70 https for liftr 7 年之前
CONDUCT.md e9f4516ecb add code of conduct 7 年之前
CONTRIBUTING.md 1eeeb658a7 add contributing guidelines 7 年之前
DESCRIPTION b912c9cc93 v0.8 staging 7 年之前
LICENSE e6484f7830 add license; add logo; add appveyor 8 年之前
NAMESPACE ef1771b18c add import 7 年之前
NEWS.md 3309511d4c function links 7 年之前
README.md 3f3debd5d5 add slides url for talk 7 年之前
TODO 7dc69fb3c6 update todo 7 年之前
_pkgdown.yml 60f2916861 sections of functions in pkgdown 7 年之前
appveyor.yml e6484f7830 add license; add logo; add appveyor 8 年之前
liftr.Rproj 3470052abe first commit 9 年之前

README.md

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

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

Containerize R Markdown Documents with liftr

Events

Time Event Location
July 27, 2017 BioC 2017 (poster for dockflow.org) Dana-Farber Cancer Institute, Boston, MA
May 20, 2017 The 10th China-R Conference (talk) Tsinghua University, Beijng, China
April 18, 2017 DockerCon 2017 (talk) Austin Convention Center, Austin, TX
December 3, 2015 CRI Bioinformatics Workshop (talk) The University of Chicago, Chicago, IL
July 21, 2015 BioC 2015 (workshop) Fred Hutchinson Cancer Research Center, Seattle, WA

Contribute

To contribute to this project, please take a look at the Contributing Guidelines first. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

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