styler: formats R source files, packages, and
supported literate-programming documents according to a configurable style.
Linting and static analysis
lintr: static analysis for style, syntax, and
selected semantic problems. It can be run from an editor, the R console, or
continuous integration.
Package and environment management
renv: creates a project-local R library
and lockfile so that package versions can be restored on another system.
It records the R version but does not install R itself or manage compilers
and system libraries.
pak: fast package installer with dependency
resolution and support for CRAN, Bioconductor, Git repositories, URLs, and
local packages. It complements rather than replaces an renv lockfile.