--nsize and --vsize
Peter Dalgaard BSA
p.dalgaard@biostat.ku.dk
13 Apr 1999 10:50:02 +0200
Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
> Allows --nsize and --vsize to override these.
>
> Retains the previous minimum settings (200k and 2M) but if the user sets
> nothing uses 250K and 6M. (Those just about allow MASS+lme to be
> loaded.)
...
> The only snag I see is that there is no way to change this on an
> installation-wide basis except to edit bin/R or include/Defn.h
> and re-compile, but I guess that (especially the first) is safe enough.
Isn't that essentially the original purpose of using a shell script
(Win/Mac notwithstanding)? If we want it even easier, we could have
bin/R doing something like
...
$R_ENV=${R_ENV:-$RHOME/site/Renviron.sh}
[ -x $R_ENV ] && source $R_ENV
$R_NSIZE=${R_NSIZE:-250K}
...
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._