knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) options(width = 180)
Package to simplify project scaffolding and common {renv} related tasks.
cynkra makes use of certain RStudio Package Manager (RSPM) snapshots across projects. Usually each R Version is tied to a snapshot near it's release date. If a snapshot is considered unstable due to certain R package version clashes, additional snapshots for specific R versions can be listed.
head(cynkrathis::get_snapshots(), 10)
By default init_renv()
will select the "recommended"
snapshot of the R version which is currently used.
cynkrathis::init_renv()
See the grouped pkgdown reference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.