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
Functions such as pbtree currently extensively print to the console using cat. This makes simulation studies very verbose, and makes it impossible to handle warnings or suppress them using the built-in suppressWarnings or suppressMessages.
Is it possible to replace the usage of cat with message or warning?
The text was updated successfully, but these errors were encountered:
Functions such as
pbtree
currently extensively print to the console usingcat
. This makes simulation studies very verbose, and makes it impossible to handle warnings or suppress them using the built-insuppressWarnings
orsuppressMessages
.Is it possible to replace the usage of
cat
withmessage
orwarning
?The text was updated successfully, but these errors were encountered: