Hi all,
I am facing an issue while using renv in R.
The issue, once installing renv in my project folder(Renv_Project). I get below that is fine
.libPaths()
[1] "C:/Main/Renv_Project/renv/library/R-4.1/x86_64-w64-mingw32" "C:/Program Files/R/R-4.1.0/library"
After initiating renv, when I try to install.packages("shiny")I get below. I mean its not loading at all.
Any issues with renv ??
