CRAN Package Check Results for Package nlmixr2est

Last updated on 2026-07-22 13:51:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 6.0.1 278.16 248.14 526.30 NOTE
r-devel-linux-x86_64-debian-gcc 6.0.1 217.11 168.40 385.51 NOTE
r-devel-linux-x86_64-fedora-clang 6.0.1 351.00 356.32 707.32 NOTE
r-devel-linux-x86_64-fedora-gcc 6.0.1 231.00 151.87 382.87 NOTE
r-devel-windows-x86_64 6.0.1 362.00 264.00 626.00 NOTE
r-patched-linux-x86_64 6.0.1 306.95 221.70 528.65 OK
r-release-linux-x86_64 6.0.1 309.68 220.40 530.08 OK
r-release-macos-arm64 6.0.1 64.00 13.00 77.00 OK
r-release-macos-x86_64 6.0.1 196.00 114.00 310.00 OK
r-release-windows-x86_64 6.0.1 319.00 260.00 579.00 ERROR
r-oldrel-macos-arm64 6.0.1 56.00 24.00 80.00 OK
r-oldrel-macos-x86_64 6.0.1 195.00 249.00 444.00 OK
r-oldrel-windows-x86_64 6.0.1 460.00 350.00 810.00 OK

Check Details

Version: 6.0.1
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: nlmixr2est/R/print.R (.Names: 1) nlmixr2est/tests/testthat/test-saem-translate.R (.Dim: 5, .Names: 2) '.Names' should be changed to 'names'. '.Dim' should be changed to 'dim'. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 6.0.1
Check: tests
Result: ERROR Running 'testthat.R' [35s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(data.table) Attaching package: 'data.table' The following object is masked from 'package:base': %notin% > library(rxode2) rxode2 5.1.4 using 2 threads (see ?getRxThreads) no cache: create with `rxCreateCache()` > library(nlmixr2est) Loading required package: nlmixr2data Attaching package: 'nlmixr2est' The following objects are masked from 'package:rxode2': boxCox, yeoJohnson > library(testthat) > if (!identical(Sys.getenv("NOT_CRAN"), "true")) { + # when testing CRAN, only use two thread + setRxThreads(2L) + setDTthreads(2L) + Sys.setenv(OMP_NUM_THREADS = "2") + Sys.setenv(MKL_NUM_THREADS = "2") + if (identical(Sys.info()["sysname"], "Darwin")) { + rxode2::rxUnloadAll(set=FALSE) + } + } > > test_check("nlmixr2est") ✓ Loading cached fit: one.compartment.fit.saem ✓ Loading cached fit: one.compartment.fit.saem.cwres ✓ Loading cached fit: one.compartment.fit.focei ✓ Loading cached fit: one.compartment.fit.focei.fast ✓ Loading cached fit: one.compartment.fit.foce ✓ Loading cached fit: one.compartment.fit.foi ✓ Loading cached fit: one.compartment.fit.fo ✓ Loading cached fit: one.compartment.fit.posthoc ✓ Loading cached fit: one.compartment.with.lag.fit.focei ✓ Loading cached fit: one.compartment.with.lag.fit.saem ✓ Helper-fits.R loaded successfully Cache version: v1.0.2-nlmixr2est-6.0.1 Cache directory: ./fixtures Flavor: r-release-windows-x86_64