R Under development (unstable) (2026-06-29 r90199 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > Sys.setenv(R_TESTS="") > > library(testthat) > library(admixr2) > > test_check("admixr2") admControl: cores (1) < workers (2) -- each worker will request 1 rxSolve thread. No persistent admixr2 workers running. No persistent admixr2 workers running. No persistent admixr2 workers running. [ FAIL 0 | WARN 0 | SKIP 48 | PASS 731 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-datagen.R:119:3', 'test-datagen.R:158:3', 'test-datagen.R:190:3', 'test-datagen.R:240:3', 'test-datagen.R:274:3', 'test-datagen.R:312:3', 'test-datagen.R:345:3', 'test-datagen.R:377:3', 'test-integration-adfo.R:10:3', 'test-integration-adfo.R:17:3', 'test-integration-adfo.R:24:3', 'test-integration-adfo.R:31:3', 'test-integration-adfo.R:37:3', 'test-integration-adfo.R:53:3', 'test-integration-adfo.R:72:3', 'test-integration-adfo.R:91:3', 'test-integration-adfo.R:107:3', 'test-integration-adgh.R:5:1', 'test-integration-cold-session.R:18:3', 'test-integration-cov.R:2:1', 'test-integration-grad.R:2:1', 'test-integration-irmc.R:2:1', 'test-integration-nll.R:2:1', 'test-integration-parallel.R:10:3', 'test-integration-parallel.R:35:3', 'test-integration-parallel.R:67:3', 'test-integration-pipeline.R:25:3', 'test-integration-pipeline.R:33:3', 'test-integration-pipeline.R:43:3', 'test-integration-pipeline.R:53:3', 'test-integration-pipeline.R:63:3', 'test-integration-pipeline.R:73:3', 'test-integration-pipeline.R:81:3', 'test-integration-pipeline.R:92:3', 'test-integration-pipeline.R:102:3', 'test-integration-pipeline.R:115:3', 'test-integration-pipeline.R:127:3', 'test-integration-pipeline.R:137:3', 'test-integration-pipeline.R:169:3', 'test-integration-pipeline.R:174:3', 'test-integration-pipeline.R:184:3', 'test-integration-pipeline.R:192:3', 'test-integration-pipeline.R:199:3', 'test-integration-pipeline.R:208:3', 'test-integration-pipeline.R:213:3', 'test-integration-plot.R:3:1', 'test-integration-simulate.R:2:1', 'test-restart-output-var.R:24:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 731 ] > > proc.time() user system elapsed 18.46 2.64 21.06