# Precompiled vignettes that take too long
# Must manually move image files from lemur.pack/ to lemur.pack/vignettes/ after knit
library(knitr)
system("rm -rf figure/")
knit("vignettes/articles/discreteIntro.Rmd.orig", "vignettes/articles/discreteIntro.Rmd")
system("mv -f figure/* vignettes/articles/figure/")
system("rm -rf figure/")
knit("vignettes/articles/continuousIntro.Rmd.orig", "vignettes/articles/continuousIntro.Rmd")
system("mv -f figure/* vignettes/articles/figure/")
system("rm -rf figure/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.