Steve Howie <[EMAIL PROTECTED]> writes: > Hi > > I've installed the "R" system under Solaris 8 on a SunFire V880. I > configured it using the "--with-x" option. Installation seemed to go > fine, but when I start R with the X-Windows GUI option, > > R --gui=X11 > > I just get put into the command-line mode. > > Any ideas what I'm missing?
Possibly nothing. X11 *is* a GUI, --gui=X11 just means that X11 windows are used for graphics and the data editor. If plot(1) pops up a window, things are as they should be. -- 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 http://www.stat.math.ethz.ch/mailman/listinfo/r-help
