Can't install package Psych

It looks like you need to install {mnormt} before {psych}. It should ha ppen automatically but sometimes the installer mucks up.

Try

 install.packages("mnormt") 
 install.packages("psych") 

You have a corrupt package library. Seems like you somehow installed x86_64 packages into your arm64 library. You'll need to reinstall all of these packages.

Since this is the system library, the simplest might be to delete the whole R installation, together with the library, and install R from scratch.

1 Like

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.