Skip to content
Prev 303126 / 398503 Next

Stopping all code execution when ANY error occurs (OR error handling without try/tryCatch)

1. You probably need to tell us on what platform (OS, version) you are
running, as requested by the posting guide.

2. To me, it sounds like your question is: How can I avoid using the
error trapping tools built into R but still trap errors. If so, pretty
nonsensical, no?

3. But maybe someone else can suggest something useful. My thought is
that what you really need is to think out of the box and use a better
IDE. Check out CRAN for alternatives, but ESS, RStudio, Tinn-R, and
WInedit immediately come to mind. what will work for you depends on
your platform (ergo 1 above).

Cheers,
Bert
On Sat, Aug 11, 2012 at 1:07 AM, enocko <enotrash at gmail.com> wrote: