Skip to content

recover should send messages to stderr, not stdout

2 messages · Vadim Ogranovich, Brian Ripley

#
...
Unfortunately, R help doesn't reflect the apparent diversity of
opinions. Regarding recover it says


     The use of 'recover' largely supersedes 'dump.frames' as an error
     option, unless you really want to wait to look at the error.  If
     'recover' is called in non-interactive mode, it behaves like
     'dump.frames'.  <...>
This is useful. Thank you very much for the tip!
This subset is likely to include everyone who carefully reads the
documentation, see the above excerpt from a help page.


Thanks,
Vadim
#
On Wed, 12 May 2004, Vadim Ogranovich wrote:

            
Well, I got my suggestion from the work of the author of those words,
on page 268 of the Green Book, so I don't think your `apparent' is based 
on careful reading.
Everyone who reads that carefully will realize that in batch use you do
want (and need) to wait for the error.