You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installing to /Users/fniephaus/bin/graalvm-ce-java11-21.1.0/Contents/Home/languages/R/library/00LOCK-mgcv/00new/mgcv/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Error in polyglot evaluation : dlopen(/Users/fniephaus/bin/graalvm-ce-java11-21.1.0/Contents/Home/languages/R/library/nlme/libs/nlme.so, 6): Library not loaded: /cm/shared/apps/gcc/8.3.0/lib/libgfortran.5.dylib
Referenced from: /Users/fniephaus/bin/graalvm-ce-java11-21.1.0/Contents/Home/languages/R/library/nlme/libs/nlme.so
Reason: image not found
Error in polyglot evaluation : dlopen(/Users/fniephaus/bin/graalvm-ce-java11-21.1.0/Contents/Home/languages/R/library/nlme/libs/nlme.so, 6): Library not loaded: /cm/shared/apps/gcc/8.3.0/lib/libgfortran.5.dylib
Referenced from: /Users/fniephaus/bin/graalvm-ce-java11-21.1.0/Contents/Home/languages/R/library/nlme/libs/nlme.so
Reason: image not found
ERROR: lazy loading failed for package ‘mgcv’
I was able to fix this by running the following commands as a workaround:
The same is necessary for install.packages("xgboost") for libgfortran and libquadmath in
graalvm-ce-java11-21.2.0-dev/Contents/Home/languages/R/library/Matrix/libs/Matrix.so
I used the dev because of an internal error in 21.1.0 which dev appears to fix except for the name changes.
Repro:
R -e 'install.packages("ggplot2")'
Here's the error:
I was able to fix this by running the following commands as a workaround:
The text was updated successfully, but these errors were encountered: