On Tue, 9 Mar 2004 [EMAIL PROTECTED] wrote: > I want to run Rcmd BATCH with R_DEFAULT_PACKAGE=base so it doesn't load any > packages, but it seems to reject this argument because it does not start > with a '-' or '--'. Is there a different argument that will work? Thanks.
It is not a command-line argument! In Rterm.exe you can set environment variables this way, but not in Rcmd.exe. So set the environment variable R_DEFAULT_PACKAGE>S< to NULL, not base which is always loaded. See ?Startup for the documentation (which is correct) and the rw-FAQ for how to set environment variables. -- Brian D. Ripley, [EMAIL PROTECTED] 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 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
