Learn R Programming

renv (version 0.3.0-40)

renv-package: Project-local Environments for R

Description

Project-local environments for R, inspired in part by the Python virtualenv and venv modules.

Arguments

Details

You can use renv to construct isolated, project-local R libraries. Each project using renv will share package installations from a global cache of packages, helping to avoid wasting disk space on multiple installations of a package that might otherwise be shared across projects.

See Also

Useful links: