kollerma / robustlmm

This is an R-package for fitting linear mixed effects models in a robust manner. The method is based on the robustification of the scoring equations and an application of the Design Adaptive Scale approach.
28 stars 9 forks source link

loading package crashes RStudio and forces session restart #21

Closed jhaltiga closed 2 years ago

jhaltiga commented 2 years ago

Currently using latest versions of RStudio + R + robustlmm. Please advise.

kollerma commented 2 years ago

robustlmm depends on Rcpp. Installing them at different times may have lead to a binary incompatibility.

Reinstalling the Rcpp package and all packages that relate to it should solve your issue.

jhaltiga commented 2 years ago

robustlmm depends on Rcpp. Installing them at different times may have lead to a binary incompatibility.

Reinstalling the Rcpp package and all packages that relate to it should solve your issue.

Thanks. This appears to have worked.