Hi all,
I have created a new shiny project as a package as shown below
Inside renv folder, why I do not see library folder
I tried to initialise renv using renv::init()
, I get the below options and do not know how to use it
As per my understanding, once renv is initialised, the .libPaths()
will point to project directory (eg, G:/Trading/pca/renv/library/~~~~) . But here it is not happening . Can anyone explain me?