[R] quartz() on MAC OSX

Duncan Murdoch murdoch at stats.uwo.ca
Tue May 22 01:23:54 CEST 2007


On 21/05/2007 6:03 PM, Rolf Turner wrote:
> 
> 
> On 22/5/07 6:48 AM, "hadley wickham" <h.wickham at gmail.com> wrote:
> 
>> Hi Rolf,
>>
>> Two possible solutions:
>>
>>  * DISPLAY=0.0.0.0:0 R - and then X11() should work without having to use
>> xterm
>>
>>  * install.packages("CarbonEL"); library(CarbonEL); quartz()
> 
> It is clear that life is determined to frustrate me.  I had a look at CRAN
> just now and could find no sign of a package called "CarbonEL".  The list
> jumps from "car" to "cat" --- no "Carbon" of any flavour.  What gives?

I think the Mac page on CRAN points to something obsolete.  From the R 
GUI, CarbonEL is visible.  You can also find the source on SourceForge 
using Google.

However, it didn't work for me:  I still get the "interactivity reduced" 
message, and when I try to plot something, just an error 
"CGGSStackRestore:  gstack underflow."

This is in R in a terminal, with sessionInfo reporting:

R version 2.5.0 (2007-04-23)
i386-apple-darwin8.9.1

with CarbonEL "0.1-3".

Duncan Murdoch

> 
> Also I tried setting the DISPLAY (probably incorrectly, since I don't
> understand what's going on).  I used
> 
>     > Sys.setenv(DISPLAY="0.0.0.0:0 R")
>     > X11()
> 
> And got the error message
> 
>     Error in X11() : X11 module cannot be loaded
> 
> 
>                     cheers,
> 
>                         Rolf
> 
> 
> ######################################################################
> Attention: 
> This e-mail message is privileged and confidential. If you are not the 
> intended recipient please delete the message and notify the sender. 
> Any views or opinions presented are solely those of the author.
> 
> This e-mail has been scanned and cleared by MailMarshal 
> www.marshalsoftware.com
> ######################################################################
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list