Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 3 forks source link

Remove messages output by rxode2 in console #114

Closed luyckxn closed 1 year ago

luyckxn commented 1 year ago

In the latest version of rxode2 (>= 2.0.12), messages are output in the console because of this FAKE omega matrix which is passed to the rxSolve method (as a reminder, ETA's are generated by Campsis and used as covariates in RxODE/rxode2/mrgsolve) . A simple workaround now with rxode2 is to use omega=FALSE.