vignettes/precompile.R

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

# generate static Rmds
knitr::knit("source/_nn2poly-01-introduction.Rmd", "nn2poly-01-introduction.Rmd")
knitr::knit("source/_nn2poly-02-supported-DL-frameworks.Rmd", "nn2poly-02-supported-DL-frameworks.Rmd")
knitr::knit("source/_nn2poly-03-classification-example.Rmd", "nn2poly-03-classification-example.Rmd")

# restore
setwd(old_dir)

Try the nn2poly package in your browser

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

nn2poly documentation built on May 29, 2024, 5:08 a.m.