Setting initial conditions can now be done with cmt(initial) which will be automatically recoded to cmt(0).
Added “cens” and “limit” columns as nlmixr2 columns.
Keep columns from the table argument’s keep element.
Indirect cache (save_nlmixr2obj_indirect() / read_nlmixr2obj_indirect()) now reports a clear error mentioning the missing hash and cache directory on cache misses, instead of bubbling up a readRDS() failure.
Object metadata (ui$meta) and parameter labels (ui$iniDf$label) are now stripped from the simplified model before fitting and re-attached to the final fit by the new nlmixr_object_complicate() helper, which also re-attaches the original data. Editing only labels or metadata in the source model no longer invalidates the cached _fit_simple target. (#28)