Update packages after R 4.6.0 install in Ubuntu 24.04

You must resinstall from source some packages:

install.packages("rlang", type="source")

install.packages("vctrs", type="source")

 After it seems possible to update ggplot2, devtools and pkgload

Commentaires

Posts les plus consultés de ce blog

Standard error from Hessian Matrix... what can be done when problem occurs

stepAIC from package MASS with AICc

Install treemix in ubuntu 20.04