vignettes/precompile.R

# 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))
}

Try the EpiNow2 package in your browser

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

EpiNow2 documentation built on Oct. 31, 2024, 5:09 p.m.