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

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-29 Thread Douglas Grove
Sorry, forgot to provide system info: I'm running SuSE 9.3 on an AMD Althon4000 platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status Patched major2 minor1.1 year 2005 month07 day 29 language R Doug On Fri, 29 Jul 2005, Douglas Grove

[Rd] R_BATCHSAVE setting in config.site

2005-07-29 Thread Douglas Grove
Hi, I just downloaded and installed last nights version of R-patched and decided that I'd set R_BATCHSAVE=--no-save in config.site, which I haven't done before. Since the comment above R_BATCHSAVE in config.site says: ## The default behavior of R if it encounters EOF in batch mode. ## Set thi