Skip to content
Prev 393969 / 398500 Next

Rprofile.site and automatic installation of missing packages

?Startup says:  "Note that when the site and user profile files are 
sourced only the base package is loaded, so objects in other packages 
need to be referred to by e.g. utils::dump.frames or after explicitly 
loading the package concerned."

So you need utils::installed.packages and utils::install.packages .

Duncan Murdoch
On 21/03/2023 8:04 a.m., PIKAL Petr wrote: