CRAN Package Check Results for Package nlmixr2est

Last updated on 2026-08-05 01:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 6.0.1 282.14 239.19 521.33 NOTE
r-devel-linux-x86_64-debian-gcc 6.0.1 214.66 156.39 371.05 NOTE
r-devel-linux-x86_64-fedora-clang 6.0.1 366.00 355.72 721.72 NOTE
r-devel-linux-x86_64-fedora-gcc 6.0.1 259.00 154.68 413.68 NOTE
r-devel-windows-x86_64 6.0.1 325.00 230.00 555.00 ERROR
r-patched-linux-x86_64 6.0.1 280.37 218.24 498.61 OK
r-release-linux-x86_64 6.0.1 297.79 219.14 516.93 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 305.00 6.00 311.00 ERROR
r-oldrel-macos-arm64 7.0.2 OK
r-oldrel-macos-x86_64 7.0.2 353.00 218.00 571.00 OK
r-oldrel-windows-x86_64 6.0.1 393.00 10.00 403.00 ERROR

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' [32s] 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.5 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-devel-windows-x86_64

Version: 6.0.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64