vignettes/precompile.R

# move to the vignettes directory
old_dir <- setwd("vignettes")

# generate static Rmds
knitr::knit("source/_VDPO-01-introduction.Rmd", "VDPO-01-introduction.Rmd")
knitr::knit("source/_VDPO-02-vd-model.Rmd", "VDPO-02-vd-models.Rmd")

# restore
setwd(old_dir)

Try the VDPO package in your browser

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

VDPO documentation built on Oct. 21, 2024, 5:07 p.m.