R Under development (unstable) (2025-07-15 r88411 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.0 ── ✔ lotri 1.0.0 ✔ nlmixr2extra 3.0.2 ✔ nlmixr2data 2.0.9 ✔ nlmixr2plot 3.0.2 ✔ nlmixr2est 4.0.0 ✔ rxode2 4.0.0 ── Optional Packages Loaded/Ignored ─────────────────────────── nlmixr2 4.0.0 ── ✖ babelmixr2 ✖ nlmixr2rpt ✖ ggPMX ✖ nonmem2rx ✖ monolix2rx ✖ shinyMixR ✖ nlmixr2lib ✖ xpose.nlmixr2 ── 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 14.09 2.25 20.98