Reinstall packages after Matrix update

If you have this error, it means that you must reinstall package after updating Matrix update.

 > out3 <- lmer(formula = number ~ effect + (1 | Sector / Beach), data=dataF)

Erreur dans initializePtr() : 
  la fonction 'chm_factor_ldetL2' n'existe pas dans le package 'Matrix'

The list of packages to be reinstalled is here:

> tools::package_dependencies("Matrix", which = "LinkingTo", reverse = TRUE)[[1L]]

Reinstall packages from source:

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

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