Renv Package location changes when the project is opened second time

Hi all,

I have already integrated Renv package to my R project and it works fine.
But when I close the project and re-open it, the .libPaths() should actually be pointing to my project location ("/renv/library") right?

But it is actually not point to this and is showing different location (somewhere in C drive). Why is it? Everytime we need to change the package location?

sounds like you have a renv project; but that they may not be activated.
Activate a Project — activate • renv (rstudio.github.io)

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.