Re: [Rd] R_BATCHSAVE setting in config.site

2005-07-31 Thread Prof Brian Ripley
R is case-sensitive! 'batch mode' does not refer to using the utility `R CMD BATCH' (which you called 'BATCH mode' but is not actually running R but running a utility that runs R), and which is documented to set --save. Something like R < input.R is not interactive use, and in Unix parlance is

Re: [Rd] R_BATCHSAVE setting in config.site

2005-07-31 Thread Douglas Grove
On Sun, 31 Jul 2005, Prof Brian Ripley wrote: > R is case-sensitive! > > 'batch mode' does not refer to using the utility `R CMD BATCH' (which you > called 'BATCH mode' but is not actually running R but running a utility > that runs R), and which is documented to set --save. > > Something like