problems with X11 in R 2.11.0
Perhaps you can try Xquartz 2.5 from xquartz.macosforge.org and see if the updated X11 package works better. __________________ Payam Minoofar, Ph.D. Scientist Meissner Filtration Products 4181 Calle Tesoro Camarillo, CA 93012 +1 805 388 9911 ext. 159 +1 805 388 5948 fax payam.minoofar at meissner.com
On May 2, 2010, at 3:00 AM, <r-sig-mac-request at stat.math.ethz.ch> wrote:
Send R-SIG-Mac mailing list submissions to r-sig-mac at stat.math.ethz.ch To subscribe or unsubscribe via the World Wide Web, visit
https://stat.ethz.ch/mailman/listinfo/r-sig-mac or, via email, send a message with subject or body 'help' to r-sig-mac-request at stat.math.ethz.ch You can reach the person managing the list at r-sig-mac-owner at stat.math.ethz.ch When replying, please edit your Subject line so it is more specific than "Re: Contents of R-SIG-Mac digest..." Today's Topics: 1. problems with X11 in R 2.11.0 (Seth Schommer) 2. Re: R graphs question (baptiste auguie) ---------------------------------------------------------------------- Message: 1 Date: Thu, 29 Apr 2010 16:59:22 -0500 From: Seth Schommer <scschommer at gmail.com> To: r-sig-mac at stat.math.ethz.ch Subject: [R-SIG-Mac] problems with X11 in R 2.11.0 Message-ID: <q2l7892e1651004291459u88d74ed3x9d149c636053a04 at mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 I installed R 2.11.0 today and immediately came across an issue I did not experience using version 2.10.1. For some reason, I can not use X11 in R. Here's a simple example: X11() Error in X11() : X11 module cannot be loaded In addition: Warning message: In X11() : unable to load shared library '/Library/Frameworks/R.framework/Resources/modules/i386/R_X11.so': dlopen(/Library/Frameworks/R.framework/Resources/modules/i386/R_X11.so, 6): Library not loaded: /usr/X11/lib/libpng12.0.dylib Referenced from: /Library/Frameworks/R.framework/Resources/modules/i386/R_X11.so Reason: Incompatible library version: R_X11.so requires version 42.0.0 or later, but libpng12.0.dylib provides version 36.0.0 sessionInfo() R version 2.11.0 (2010-04-22) i386-apple-darwin9.8.0 locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base I'm running Mac OS X 10.5.8. This error occurs when running R.app and while running R from the terminal. After experience this I reinstalled 2.10.1 and tried the same command and had no problems. Just to make sure, I installed 2.11.0 again, and sure enough, I got the same error. Is this a bug, or have I done something wrong? Thanks, Seth