[R] Using R-0.65.0 under ESS on Unix

Prof Brian D Ripley ripley at stats.ox.ac.uk
Wed Sep 1 23:25:10 CEST 1999


There is a bug in the command-line handling of 0.65.0 under Unix that
may affect some users of R-inferior-mode under ESS, as that sets
--no-readline as the first argument, and any arguments after that are
ignored.

The fix is simple: delete line 448 of src/unix/sys-common.c (`break;')
and re-compile.

The most used arguments are (I'm told) --vsize and --nsize. I find it more
convenient to set those as environment variables in ~/.Renviron,
using something like

auk% cat ~/.Renviron
R_LIBS=/opt/R/library
R_NSIZE=400k
export R_NSIZE R_LIBS

-- 
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