knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
options(width = 180)

tic Coverage status CRAN status Lifecycle: experimental CodeFactor

cynkrathis

Package to simplify project scaffolding and common {renv} related tasks.

cynkra RSPM snapshots

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)

Initialize {renv} with a given RSPM snapshot

By default init_renv() will select the "recommended" snapshot of the R version which is currently used.

cynkrathis::init_renv()

Miscellaneous helpers

See the grouped pkgdown reference.



cynkra/cynkrathis documentation built on June 14, 2025, 4:26 p.m.