RevolutionAnalytics / RRO

Revolution R Open
http://mran.revolutionanalytics.com/download/
GNU General Public License v2.0
86 stars 25 forks source link

warning message after start R console. #312

Closed taoluo closed 8 years ago

taoluo commented 8 years ago

MRO 3.3.1. mac OS X : 10.11.6

Warning message:
In doTryCatch(return(expr), name, parentenv, handler) :
  unable to load shared object '/Library/Frameworks/R.framework/Resources/modules//R_X11.so':
  dlopen(/Library/Frameworks/R.framework/Resources/modules//R_X11.so, 6): Library not loaded: /opt/X11/lib/libXt.7.dylib
  Referenced from: /Library/Frameworks/R.framework/Resources/modules//R_X11.so
  Reason: image not found

I already create a symbolic link to /usr/X11 with sudo ln -s /usr/X11 /opt/X11

taoluo commented 8 years ago

It seems MRO installer assumes XQuartz is installed in /opt/X11. After download and install XQuartz from its website (https://www.xquartz.org), this warning message disappeared.

sfweller commented 8 years ago

Yes, this is a known issue and has been documented in the Microsoft R Open 3.3.1 release notes.

Stephen Weller Microsoft R Product Team