Change the 'running xxxmodel' output from mxRun to a message
Posted on

Forums
instead of cat or print or however it may be output to the console at the moment, the message function interacts nicer with other R / knitr functionality, I think.
good idea
In SVN 3778
Log in or register to post comments
In reply to good idea by jpritikin
great :) my documenting is
great :) my documenting is now simpler...
Log in or register to post comments
Agree
I agree. Currently it uses cat(), but I think we'll change it to message() in the next few days. I don't see a reason we need to use cat() for it. Does anyone else?
Log in or register to post comments