renv
renv: Project environments for R
renv is an R dependency management toolkit that enables project-level library isolation and reproducibility. It tracks package versions in a lockfile and can restore exact library states across machines or over time, making R projects portable and consistent.