Our team has gotten very used to using renv
for managing our projects and leans on it's assurance that environments remain consistent between developers. Recently I was told that for one of our CRAN packages it is frowned upon to use renv
, but couldn't find any supporting documentation about this.
TL;DR - Should you avoid activating renv
for a CRAN package?