vignettes/precompile.r

# Precompile vignettes
# Edit source files for any content change and run this script to render

library(knitr)
knit("vignettes/split.Rmd.source", "vignettes/split.Rmd")

fs <- list.files(pattern = ".svg")
for (f in fs) {
  file.rename(
    file.path(f),
    file.path("vignettes", f)
  )
}

Try the TestDesign package in your browser

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

TestDesign documentation built on Feb. 16, 2023, 7:19 p.m.