Hello, I have recently found that all scripts run in RStudio are now stopping on the first error instead of throwing the message and continuing to run subsequent lines. This doesn't happen with the same scripts run in vanilla R, so I think it must be some setting in RStudio. I've checked the debugging options and error is set to "Message only". My error option is still on the NULL default a la "options(error = NULL)".
I would like it to run the whole script, and throw an error at the ggplot command but then continue to run the next two lines, as it used to. Is there some new setting or option I'm missing?
This was an intentional change in RStudio since most of the time an error means the rest of your code will not run correctly. However, you're not alone in preferring the previous behavior! Please comment/upvote this issue: