The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
\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().These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.