monolix2rx 0.0.6
CRAN release: 2025-08-29
Updated to add types for rstudio completion
Defensive
drop = FALSEon the importedthetaMatcovariance subset so a single surviving parameter is not collapsed to a scalar.Parameters whose off-diagonal covariances are
NaN/NA/Infare now also dropped from the importedthetaMat(previously only the diagonal was checked forNaN/NA, so non-finite covariances could silently propagate into simulations).When every parameter is dropped from the imported
thetaMat, the covariance information is now ignored with a warning instead of storing a0x0matrix that would breakrxSolve()simulations;rxSolve()also warns whennStud > 1is requested but nothetaMatis available, so uncertainty is never silently omitted.Fixed
rxSolve()fallbacks that readdfObs/thetaMatfrom the wrong location when the values were stored on the model instead of itsmetaenvironment.rxSolve()now actually uses the Monolix-stylemaxSSit reports (number of steady-state doses plus one); previously the computed value was ignored and the literal default10000Lwas passed to the solver. The guard also checkedmissing(maxSS)twice where it meantminSS, so a user-specifiedminSSno longer gets silently overwritten. Note this can change steady-state simulation results: like Monolix itself, a fixed number of doses is now simulated, so slowly accumulating drugs reproduce Monolix’s (possibly pre-steady-state) concentrations instead of being dosed to full steady state; passmaxSS/minSSexplicitly to override.
monolix2rx 0.0.5
CRAN release: 2025-07-15
Updated for new solving option in rxode2 4.0 (and depend on the packages)
Bug fixes for importing models from
lixoftConnectors.
monolix2rx 0.0.3
CRAN release: 2024-10-24
- For initial conditions starting with
rxCov_don’t add to ini
