Skip to content
Prev 13052 / 15075 Next

Homebrew

On 02/04/2020 5:58 a.m., Dr Eberhard W Lisse wrote:
Look at the "Priority" column in installed.packages().  "base" is part 
of R, "recommended" is normally distributed with R. "recommended" 
packages can be updated after R is installed, "base" packages can't.

If you just copy all the packages to the new library that aren't already 
there, and run update.packages(checkBuilt = TRUE) R will re-install 
everything that was originally installed under an earlier version.

Duncan Murdoch