vignettes/main.R

#library(devtools)
#load_all()
library(microbiome)
library(knitr)

library(rmarkdown)
rmarkdown::render("vignette.Rmd", output_format = "html_document")
rmarkdown::render("vignette.Rmd", output_format = "pdf_document")
knit("vignette.Rmd")

#system("git add *.md")
#system("git add figure/*")
#system("git add *.Rmd")
system2("git commit -a -m'vignette update'")
# system("git push origin devel")

Try the microbiome package in your browser

Any scripts or data that you put into this service are public.

microbiome documentation built on Nov. 8, 2020, 5:08 p.m.