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
FYI, in R (>= 4.0.0), you can use globalCallingHandlers() to "subscribe" to conditions without having to use withCallingHandlers(). In other words, you can capture and generate your output everywhere.
I don't know if wrapping all messages would be considered too intrusive, seeing how much real estate the alamak messages take up on screen. But the point of this package is not to be taken seriously/used daily...
I will definitely give your suggestion a try and maybe let the user turn these warnings on or off with a call.
Funny.
FYI, in R (>= 4.0.0), you can use
globalCallingHandlers()
to "subscribe" to conditions without having to usewithCallingHandlers()
. In other words, you can capture and generate your output everywhere.Gist,
and
The text was updated successfully, but these errors were encountered: