Skip to content
Prev 17065 / 63424 Next

R_BATCHSAVE setting in config.site

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 
'batch' use.  It is the opposite of 'interactive' (see ?interactive). EOF 
is ignored in interactive use of R, but this setting does affect 
interactive use in that you will no longer be asked it you want to save 
the workspace.

This setting should probably be described in the R-admin manual, perhaps 
with a better name.
On Fri, 29 Jul 2005, Douglas Grove wrote:

            
No, unset is not --save.
A misreading.