NEWS.md
Change saemControl() and other options to reflect the nlmixr2est default options
Update authors to reflect current team.
Export rxSetSeed()
Remove backwardSearch, covarSearchAuto and forwardSearch re-exports since they no longer exist in nlmixr2extra
Remove rxode2parse suggested dependency
etExpand(), model()<- and ini()<-
The new function nlmixr2CheckInstall() helps to check if your installation is setup correctly with the required compilers and packages.
This version adds crayon as an imported dependency
This release has a bug fix that captures the model name correctly when called directly from nlmixr::nlmixr2 instead nlmixr2est::nlmixr2
This also exports the new vpc functions, ie vpcTad() etc
nlmixr2 now re-exports logit so that certain models will work with a simple library(nlmixr2) instead of library(rxode2);library(nlmixr2)
vpcSim() now exports the new nretry option for more robust control of vpcSim()
Update documentation to mention the package names that work with nlmixr2, like xpose.nlmixr2 instead of xpose.nlmixr
Manual hard re-export of nlmixr2est::nlmixr2 to allow pkgdown to document this function.