You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe R has changed in the last ~8 years, but the current behaviour looks consistent with the console to me:
rlang::catch_cnd(tryCatch(stop('I should be caught as message'), error=message))
#> <simpleError in doTryCatch(return(expr), name, parentenv, handler): I should be caught as message>
as explained in IRkernel/IRkernel#231 (comment), the following code shouldn’t trigger the
stopifnot
.The text was updated successfully, but these errors were encountered: