[R-SIG-Mac] Start R with --save?
Simon Urbanek
simon.urbanek at r-project.org
Fri Jul 14 07:49:37 CEST 2006
On Jul 14, 2006, at 1:19 AM, Byron Ellis wrote:
> I would vote for a preference option, because I actually like the
> opposite behavior (--no-save) by default :-)
>
Ok, now implemented in 3317. For now there is no UI for it, so you
can set it only from the shell, e.g.:
defaults write org.R-project.R save.on.exit -string no
Possible values are (strings, case-sensitive): yes/no/ask. Anything
other than yes/no is treated as "ask". The setting applies only to
the console, it has no effect on editor windows.
Cheers,
Simon
More information about the R-SIG-Mac
mailing list