Nothing
# Vignettes that have long run times
library("knitr")
orig_files <- list.files(pattern = "Rmd.orig$")
for (f in orig_files) {
knit(f, sub(".orig$", "", f))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.