It's been i while since I have started coding with r but I'm new renv and r projects.
My problem is the following: we have many custom packages and libraries we use in our everyday work that are well written and work properly with rstudio. I installed those packages and everything is good until now.
The problem is when I use and initiate Renv I can no longer use them. I wasn't able to find a way to call them from my standard libpath.
For example, when i execute renv::install("data.table.customed")
it will go automatically to the CRAN although the package doesn't exist there. I tried hydrate()
i tried restore()
i tried everything and i always get the same result. It seems like r will try to look for downloads rather tha looking into local librairies.
So is there a way to transfer these packages from my standard lib path to my renv libraries ?
Instead of loading already installed packages, renv ell try to download them again.