install ggdist for R 4.4 dev on Mac M2

 I get an error when I tried install ggdist package for R 4.4 dev on Mac M2. The dynamic library was not present at the correct place.

Here is the solution:

cd /Library/Frameworks/R.framework/Resources/lib/

ln -s /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/lib/libtbb.dylib libtbb.dylib

And it works.

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