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?
Functions such as
pbtreecurrently 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-insuppressWarningsorsuppressMessages.Is it possible to replace the usage of
catwithmessageorwarning?