search for: computerestarts

Displaying 1 result from an estimated 1 matches for "computerestarts".

2012 Oct 21
1
suppress *specific* warnings?
...Handlers(expr, warning = function(w) { ## browser() if (is.null(regex) || grepl(w[["message"]],regex)) { invokeRestart("muffleWarning") } else { ## ? what do I here to get the warning issued? ## browser() ## computeRestarts() shows "browser", ## "muffleWarning", and "abort" ... options(opts) warning(w$message) ## how can I get back from here to the calling point ## *without* muffling warnings ... ? } }) } suppre...