Looking for an elegant way to check for missing packages and install them at the beginning of a R project where I need to set the Repos location (ie repos = https:// cran .....)
Jeff
I am not sure if we always can know which packages are missing at the beginning of an R project. For me the most elegant way I am aware would be to
Rprofile.site
rsession.conf
renv
renv.lock
This topic was automatically closed 7 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.