On Mon, 2004-10-25 at 16:04, Peter Dalgaard wrote: > "Alicia Amadoz" <[EMAIL PROTECTED]> writes: > What happens if you type 'which R'? What is the version of R and what > is in your path? > > I suspect you are somehow trying to run the R binary, bypassing the R > shell script, which sets things like R_HOME.
$ cd /usr/lib/R $ ./R (R works perfectly normally) $ ./R.bin ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
