[R] novice question

Prof Brian D Ripley ripley at stats.ox.ac.uk
Fri Apr 14 18:13:16 CEST 2000


On Fri, 14 Apr 2000, Procaccia Jehan wrote:

> Hello,
> 
> I've just compile R under solaris 7, everything went right, unfortunatly
> when I run R as a normal user it returns saying:
> 
> $./R
> GUI `X11' is not supported
> 
> However as root it works fine in text mode, that's what I want

.../bin/R.X11  needs to have r-x permission for ordinary users.
That message means that it is not found.  Another possibility is that you
have R_HOME set to an incorrect value when running as you: the R script
says:

# R_HOME may have moved, so check (or you get "GUI X11 is not supported")
if [ ! -x ${R_HOME} ]; then
  echo "R_HOME = \`${R_HOME}' not found"
  exit 1
fi

but it may of course exist but not contain bin/R.X11 (and old versions of
R used R.bin, I think).

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list