R Under development (unstable) (2025-08-24 r88696 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(pmxTools) Loading required package: patchwork > > test_check("pmxTools") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 110 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-calc.R:197:3', 'test-misc.R:32:3', 'test-nm.R:4:3', 'test-nm.R:9:3', 'test-nm.R:14:3', 'test-nm.R:19:3', 'test-nm.R:151:3', 'test-nm.R:157:3', 'test-nm.R:163:3', 'test-nm.R:167:3', 'test-nm.R:171:3', 'test-plot.R:9:3', 'test-plot.R:14:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 110 ] > > proc.time() user system elapsed 4.40 0.46 4.85