[R] increasing memory size

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Apr 18 23:48:52 CEST 2000


Faheem Mitha <faheem at email.unc.edu> writes:

> Dear R people,
> 
> I realise I should have specified that I am using R under Linux
> (Unix).
> 
> I tried R_VSIZE=10M in .Renviron as suggested by Uwe Ligges, instead of
> R_VSIZE = 10M and to my surprise it worked! I then tried R_VSIZE = 10M
> again to make sure I wasn't deranged, and it *didn't* work! I don't see
> why spaces should make so much difference. They rarely do in Unix, in my
> experience. It might be reasonable to specifically mention the correct
> form in the documentation. It is hardly self-evident, at least to me (but
> maybe I'm missing something).

It's a (/bin/sh) shell script and shell scripts do not want blanks
around "=" 

x = y # execute program "x" with arguments "=" and "y"
x= y  # execute program "y" with environment var "x" set empty
x=y   # set variable "x" to "y"

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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