[R] how to clear the last error?

2006-02-09 Thread Adrian Dragulescu
Hello, I would like to clear the last error that I get with geterrmessage(). Not even rm(list=ls()) clears it. Can I set it to NULL somehow? Thank you, Adrian __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] how to clear the last error?

2006-02-09 Thread Duncan Murdoch
On 2/9/2006 11:11 AM, Adrian Dragulescu wrote: Hello, I would like to clear the last error that I get with geterrmessage(). Not even rm(list=ls()) clears it. Can I set it to NULL somehow? Not from R, but there is a C-level way to do it in src/main/errors.c. It's marked as temporary, but