Unable to use r package equisse

Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/systemfonts/libs/systemfonts.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/systemfonts/libs/systemfonts.so, 6): Library not loaded: /opt/X11/lib/libfreetype.6.dylib
Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/library/systemfonts/libs/systemfonts.so
Reason: image not found

Hi, and welcome!

It appears that you are on MAC. The same issue is reported at the git site with a proposed fix to install XQuartz. I'm on Catalina, had installed XQuartz some time ago and just installed esquisse without trouble.

I tried to install XQuartz but I get this message

install.packages("XQuartz")
Warning in install.packages :
package ‘XQuartz’ is not available (for R version 3.6.2)

XQuartz is not an R package, it is a system application, you can download it from here
https://www.xquartz.org/

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.