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
Hi seems there is a problem atleast under OSX Catalina :
The package installs without problem but when loading it with library(systemfonts) it crashes :
library(systemfonts)
Erreur : package or namespace load failed for ‘systemfonts’ in dyn.load(file, DLLpath = DLLpath, ...):
impossible de charger l'objet partagé '/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
I'm on OSX Catalina(10.15.1). Same problem on 2 different osx catalina computer.
The text was updated successfully, but these errors were encountered:
You're perfectly right ! I used to have XQuartz installed but it looks like the update to Catalina removed it !
A reinstall of XQuartz and it now works perfectly.
Sorry for this false alarm ! A warning in the description may be useful for future users.
Hi seems there is a problem atleast under OSX Catalina :
The package installs without problem but when loading it with library(systemfonts) it crashes :
library(systemfonts)
I'm on OSX Catalina(10.15.1). Same problem on 2 different osx catalina computer.
The text was updated successfully, but these errors were encountered: