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?