Articles

Affichage des articles du décembre, 2023

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.