R Under development (unstable) (2025-08-28 r88733 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(nlmixr2) ── Attaching packages ───────────────────────────────────────── nlmixr2 4.0.1 ── ✔ lotri 1.0.2 ✔ nlmixr2extra 3.0.2 ✔ nlmixr2data 2.0.9 ✔ nlmixr2plot 3.0.3 ✔ nlmixr2est 4.1.0 ✔ rxode2 4.1.0 ── Optional Packages Loaded/Ignored ─────────────────────────── nlmixr2 4.0.1 ── ✖ babelmixr2 ✖ nonmem2rx ✖ ggPMX ✖ posologyr ✖ monolix2rx ✖ shinyMixR ✖ nlmixr2lib ✖ xpose.nlmixr2 ✖ nlmixr2rpt ── Conflicts ───────────────────────────────────────────── nlmixr2conflicts() ── ✖ rxode2::boxCox() masks nlmixr2est::boxCox() ✖ rxode2::yeoJohnson() masks nlmixr2est::yeoJohnson() > > test_check("nlmixr2") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 6 ] > > proc.time() user system elapsed 9.15 1.23 13.67