R CMD check --help
On Sun, 19 Dec 1999, Kurt Hornik wrote:
Douglas Bates writes:
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
This example from the INSTALL help seems to be broken in R 0.90.1 (on Solaris): gilp/dse : R CMD check --help Usage: R CMD check [options] [-l lib] pkg_1 ... pkg_n I'm trying to figure out how to request more nsize and vsize when using R CMD check.
In a Bourne shell or derivative thereof use a sequence like
R_VSIZE=10M R_NSIZE=800K export R_NSIZE R_VSIZE
Or put this in your ~/.Renviron file. (You still need the export, although this should be eliminated before 1.0.)
check runs R --vanilla, and that skips .Renviron and ~/.Renviron, so that idea does not work (at least for me on 0.90.1).
Brian D. Ripley, ripley@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-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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._