I read here in the documentation that renv::activate()
adds source("renv/init.R")
to the project .Rprofile. However, my .Rprofile has source("renv/activate.R")
in there instead, as created by RStudio.
Isn't this an error in de documentation? It does not make sense to call renv::init()
every time you open an RStudio project, does it?