Changes in version 6.0.0 - 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. Changes in version 5.0.0 (2025-11-30) - Import everything with the nlmixr2 5.0 file format Changes in version 4.0.1 (2025-08-29) - Added posologyr to the optional packages Changes in version 4.0 - Change to a verse style package. Changes in version 3.0.2 (2025-02-20) - Change saemControl() and other options to reflect the nlmixr2est default options - Update authors to reflect current team. - Export rxSetSeed() Changes in version 3.0.1 (2024-10-28) - Remove backwardSearch, covarSearchAuto and forwardSearch re-exports since they no longer exist in nlmixr2extra - Remove rxode2parse suggested dependency Changes in version 3.0.0 (2024-09-18) - Re-export the new profiling from nlmixr2extra Changes in version 2.1.2 (2024-05-30) - Re-export the population only estimation control methods. Changes in version 2.1.1 (2024-02-01) - Work with systems (like intel c++) where linCmt() linear compartmental models do not have gradients. Changes in version 2.1.0 (2024-01-09) - Reexports etExpand(), model()<- and ini()<- Changes in version 2.0.9 (2023-02-21) - 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 Changes in version 2.0.8 (2022-10-23) - 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 Changes in version 2.0.7 (2022-06-27) - 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. Changes in version 2.0.6 (2022-05-24) - 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.