coopercenter / va_clean_economy_dashboard

Code for the Virginia Clean Economy Progress dashboard
GNU General Public License v3.0
2 stars 0 forks source link

Investigate renv for package version management #47

Open caneale320 opened 3 years ago

caneale320 commented 3 years ago

https://rstudio.github.io/renv/articles/renv.html

Renv is an R package which allows for the management of local packages and package versions in a project by project basis, rather than having one universal version for each R installation.

This package does not fully manage versions and dependencies like groundhog does, but rather takes an approach of simply preserving the current project environment. See above link for further details.

Questions to answer: