babelmixr2 0.1.6
CRAN release: 2025-01-20
Use new nlmixr2est covariate selection enforcement for babelmixr2
Fix a bug where the NONMEM export isn’t working well (#839)
Check loaded
rxode2information and compare to what the loaded model information should be. This allows better checking of which model is loaded and even more robust stability. It requiresrxode2>3.0.2.
babelmixr2 0.1.5
CRAN release: 2024-11-06
Fix bug where
PopEDcould error with certaindvidvaluesFix bug where if/else clauses in the model could cause the model to not predict the values correctly.
Fix bug so that
shrinkage()calculation worksFix bug so that you can mix 2 different
PopEDdata bases in an analysis without crashing R. While this didn’t occur with every database clash, it more frequently occurred when you interleavedPopEDcode between two differentPopEDdatabases, like in issue #131.Added a new function
babelBpopIdx(poped.db, "par")which will get the poped index for a model generated frombabelmixr2, which is useful when calculating the power (as in example 11).
babelmixr2 0.1.4
CRAN release: 2024-09-23
Added experimental
PopEDintegrationRemoved dependence on
rxode2parseImported
monolix2rxfrom themonolix2rxpackageAlso allow conversion of a model imported from monolix to a
nlmixr2fit.
babelmixr2 0.1.3
Changed default NONMEM rounding protection to FALSE
Added a
runoption to themonolixControl()andnonemControl()in case you only want to export the modeling files and not run the models.
babelmixr2 0.1.2
CRAN release: 2023-12-12
Handle algebraic
muexpressionsPKNCA controller now contains
rxControlsince it is used for some translation optionsThis revision will load the pruned ui model to query the compartment properties (i.e. bioavailability, lag time, etc) when writing out the NONMEM model. It should fix issues where the PK block does not define some of the variables and will have a larger calculated variable that can be used in the model instead.
When
nonmem2rxhas a differentlstfile, as long asnonmem2rx::nminfo(file)works, then a successful conversion to anlmixr2fit object will occur.Fix to save parameter history into
$parHistDatato accommodate changes infocei’s output ($parHistis now derived).Changed the solving options to match the new steady state options in
rxode2and how NONMEM implements them. Also changed the iwres model to account for therxerr.instead of theerr.which was updated inrxode2as well.