Optionally import more packages to support nlmixr2 ecosystem
Do not show the packages that were optionally included in the secondary list of packages, instead show them being imported with an open circle. Required packages are shown with a star.
posologyr to the optional packagesverse style package.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
nlmixr2extraetExpand(), 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.
nlmixr2 is an umbrella package to include the lower level packages
rxode2, nlmixr2est, nlmixr2extra, and nlmixr2plot
Added a NEWS.md file to track changes to the package.