Laura Quinn <[EMAIL PROTECTED]> writes:

> No nothing like that, I am running two parallel R sessions (something I
> often do) and the other one is working absolutely fine - I am working
> directly from my network, not via ssh, and certainly am not privvy to any
> super user passwords!

> > > Error in X11(display, width, height, pointsize, gamma, colortype,
> > > maxcubesize,
> > > :
> > >         unable to start device X11
> > > In addition: Warning message:
> > > unable to open connection to X11 display`'

Well, *something* zapped your DISPLAY environment variable... You
might try  Sys.getenv("DISPLAY") in the session that works and
Sys.putenv(DISPLAY=....) in the one that doesn't.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to