Skip to content
Prev 374814 / 398506 Next

update.packages() after updating R version

On 26/05/2018 7:24 PM, Rich Shepard wrote:
I think you want update.packages(ask = FALSE, checkBuilt = TRUE) to 
automatically update all packages and their dependencies.  With the 
default checkBuilt=FALSE, R just sees whether a dependency is a high 
enough version number.  But packages installed under R x.y.z are not 
usable in R x.y+1.w.

Duncan Murdoch