R Under development (unstable) (2025-08-19 r88650 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. > # setting R_TESTS to empty string because of > # https://github.com/hadley/testthat/issues/144 > # revert this when that issue in R is fixed. > Sys.setenv("R_TESTS" = "") > > library(testthat) > library(batchtools) > > test_check("batchtools") ### [bt]: Setting seed to 14417 ... ### [bt]: Setting seed to 3080 ... ### [bt]: Setting seed to 3082 ... ### [bt]: Setting seed to 3081 ... [ FAIL 0 | WARN 0 | SKIP 13 | PASS 1438 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test_sweepRegistry.R:37:3' • On Windows (8): 'test_ClusterFunctions.R:23:3', 'test_ClusterFunctionsMulticore.R:2:3', 'test_ClusterFunctionsSSH.R:2:3', 'test_JobCollection.R:26:3', 'test_memory.R:2:3', 'test_parallelMap.R:8:3', 'test_runOSCommand.R:2:3', 'test_runOSCommand.R:22:3' • Test requires killJobs (2): 'test_killJobs.R:3:3', 'test_waitForJobs.R:14:3' • Test requires listJobsRunning (1): 'test_findJobs.R:79:3' • manual test (1): 'test_manual.R:2:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 1438 ] > > proc.time() user system elapsed 22.65 3.93 49.34