Re: [R] Stopping all code execution when ANY error occurs (OR error handling without try/tryCatch)

2012-08-11 Thread enocko
Hi, thanks for the ideas, folks. I'm on Windows 7, R 2.15.0 x64, RStudio 0.97.71. I do appreciate your time... I would like to say my goal of dealing with errors without R's error trapping tools is not nonsensical given that those tools are cumbersome and not well-suited to the development phase

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

2012-08-11 Thread enocko
Hi all, I often run a bunch of code with Run Selection, and, after it's done running, I find there have been like 20 errors, all due to an error that occurred early in my code, which caused problems from there on. (I must then scroll up through lots of code to find it.) What I would like is for R