Nothing
\dontrun{} examples to be executable against a throwaway package in tempdir(), so they exercise the functions during R CMD check. Examples that genuinely cannot run under check (install(), reload(), check(), check_win_devel(), submit_cran()) now use \donttest{} + if (interactive()) and explain why.use_version() and use_github_action() now require an explicit path (no default), because they edit files under path and CRAN forbids defaulting write paths into the home filespace.build() now defaults dest_dir to tools::R_user_dir("tinypkgr", "cache") (e.g. ~/.cache/R/tinypkgr/ on Linux), CRAN's recommended location for persistent per-package artifacts.R CMD invocations now use file.path(R.home("bin"), "R") instead of bare R on PATH, per 'Writing R Extensions' 1.6.use_version() bumps the DESCRIPTION Version field and prepends a matching NEWS.md section header. Supports patch, minor, major, and dev bumps. (For package skeleton creation, use pkgKitten::kitten().)use_github_action() writes a .github/workflows/ci.yaml from the r-ci template (Ubuntu + macOS) and adds ^\.github$ to .Rbuildignore.install(), load_all(), reload(), check().build(), maintainer(), check_win_devel(), submit_cran().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.