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

Posted on
No user picture. CharlesD Joined: 04/30/2013

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.

Replied on Thu, 08/28/2014 - 10:16
Picture of user. mhunter Joined: 07/31/2009

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?