Nothing
# Use this to create the vignette to prevent CRAN checks from failing when
# gitignore API is not available.
# https://ropensci.org/blog/2019/12/08/precompute-vignettes/
library(fs)
infiles <- dir_ls("vignettes", glob = "*.orig")
outfiles <- fs::path_ext_remove(infiles)
purrr::walk2(infiles, outfiles, knitr::knit)
figfiles <- fs::dir_ls(glob = "*.png")
fs::file_move(figfiles, "vignettes")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.