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,
I wanted to produce pies using Pie.Donut function as suggested in the Pie Chart Revisited manual, but am unable to load webr (R 3.5.3, Mac OS X 10.14.1), getting the error message related to loading libraries, copied below.
the StackOverflow topic https://stackoverflow.com/questions/50398836/rstudio-wont-allow-me-to-install-the-package-imager suggests this is the dependency issue of the package on a not-explicitly R piece of sofware (X11).
Do you maybe know the way around this?
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/systemfonts/libs/systemfonts.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/systemfonts/libs/systemfonts.so, 6): Library not loaded: /opt/X11/lib/libfreetype.6.dylib
Referenced from: /Library/Frameworks/R.framework/Versions/3.5/Resources/library/systemfonts/libs/systemfonts.so
Reason: image not found
ERROR: lazy loading failed for package ‘webr’
removing ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library/webr’
Error: Failed to install 'webr' from GitHub:
(converted from warning) installation of package ‘/var/folders/z9/g16snzb95bg3zh2vfx3777cr0000gp/T//RtmpHwdLrl/file20152efd44ef/webr_0.1.4.1.tar.gz’ had non-zero exit status
The text was updated successfully, but these errors were encountered:
restoring previous ‘/Users/peterbrazda/Library/R/3.6/library/webr’
Error: Failed to install 'webr' from GitHub:
(converted from warning) installation of package ‘/var/folders/x6/qbtk86q11wg2l24136q2m6n40000gq/T//Rtmp6X0rvU/file7655009f303/webr_0.1.6.tar.gz’ had non-zero exit status_
Hi,
I wanted to produce pies using Pie.Donut function as suggested in the Pie Chart Revisited manual, but am unable to load webr (R 3.5.3, Mac OS X 10.14.1), getting the error message related to loading libraries, copied below.
the StackOverflow topic https://stackoverflow.com/questions/50398836/rstudio-wont-allow-me-to-install-the-package-imager suggests this is the dependency issue of the package on a not-explicitly R piece of sofware (X11).
Do you maybe know the way around this?
The text was updated successfully, but these errors were encountered: