R Under development (unstable) (2024-10-10 r87224 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(crew) Attaching package: 'crew' The following object is masked from 'package:testthat': matches > > if (packageVersion("nanonext") > "1.1.0") { + test_check("crew") + } [ FAIL 0 | WARN 0 | SKIP 98 | PASS 215 ] ══ Skipped tests (98) ══════════════════════════════════════════════════════════ • On CRAN (97): 'test-crew_async.R:7:3', 'test-crew_async.R:18:3', 'test-crew_async.R:42:3', 'test-crew_client.R:27:3', 'test-crew_client.R:112:3', 'test-crew_controller.R:2:3', 'test-crew_controller.R:46:3', 'test-crew_controller.R:64:3', 'test-crew_controller.R:85:3', 'test-crew_controller.R:130:3', 'test-crew_controller.R:142:3', 'test-crew_controller.R:173:3', 'test-crew_controller.R:209:3', 'test-crew_controller.R:230:3', 'test-crew_controller.R:249:3', 'test-crew_controller.R:269:3', 'test-crew_controller.R:287:3', 'test-crew_controller.R:334:3', 'test-crew_controller.R:416:3', 'test-crew_controller.R:457:3', 'test-crew_controller.R:474:3', 'test-crew_controller.R:495:3', 'test-crew_controller.R:529:3', 'test-crew_controller.R:557:3', 'test-crew_controller.R:590:3', 'test-crew_controller.R:627:3', 'test-crew_controller.R:651:3', 'test-crew_controller_group.R:19:3', 'test-crew_controller_group.R:155:3', 'test-crew_controller_group.R:174:3', 'test-crew_controller_group.R:196:3', 'test-crew_controller_group.R:225:3', 'test-crew_controller_group.R:271:3', 'test-crew_controller_group.R:308:3', 'test-crew_controller_group.R:345:3', 'test-crew_controller_group.R:375:3', 'test-crew_controller_group.R:405:3', 'test-crew_controller_group.R:425:3', 'test-crew_controller_group.R:446:3', 'test-crew_controller_group.R:465:3', 'test-crew_controller_group.R:511:3', 'test-crew_controller_group.R:552:3', 'test-crew_controller_group.R:580:3', 'test-crew_controller_group.R:601:3', 'test-crew_controller_group.R:650:3', 'test-crew_controller_group.R:696:3', 'test-crew_controller_group.R:742:3', 'test-crew_controller_local.R:141:3', 'test-crew_controller_local.R:208:3', 'test-crew_controller_local.R:238:3', 'test-crew_controller_local.R:268:3', 'test-crew_controller_local.R:296:3', 'test-crew_eval.R:37:3', 'test-crew_eval.R:43:3', 'test-crew_eval.R:49:3', 'test-crew_eval.R:62:3', 'test-crew_eval.R:70:3', 'test-crew_eval.R:98:3', 'test-crew_eval.R:126:3', 'test-crew_eval.R:149:3', 'test-crew_eval.R:171:3', 'test-crew_launcher.R:2:3', 'test-crew_launcher.R:8:3', 'test-crew_launcher.R:30:3', 'test-crew_launcher.R:44:3', 'test-crew_launcher.R:145:3', 'test-crew_launcher.R:177:3', 'test-crew_launcher.R:213:3', 'test-crew_launcher.R:251:3', 'test-crew_launcher.R:278:3', 'test-crew_launcher.R:313:3', 'test-crew_launcher.R:342:3', 'test-crew_launcher.R:362:3', 'test-crew_launcher_local.R:14:3', 'test-crew_launcher_local.R:31:3', 'test-crew_launcher_local.R:47:3', 'test-crew_launcher_local.R:63:3', 'test-crew_launcher_local.R:128:3', 'test-crew_launcher_local.R:186:3', 'test-crew_launcher_local.R:257:3', 'test-crew_launcher_local.R:294:3', 'test-crew_monitor_local.R:2:3', 'test-crew_monitor_local.R:27:3', 'test-crew_monitor_local.R:44:3', 'test-crew_retry.R:2:3', 'test-crew_retry.R:16:3', 'test-crew_retry.R:29:3', 'test-crew_retry.R:48:3', 'test-crew_retry.R:67:3', 'test-crew_terminate_process.R:2:3', 'test-crew_worker.R:2:3', 'test-crew_worker.R:64:3', 'test-plugins.R:2:3', 'test-plugins.R:107:3', 'test-plugins.R:225:3', 'test-utils_files.R:2:3', 'test-utils_packages.R:2:3' • On Windows (1): 'test-crew_controller_local.R:2:3' [ FAIL 0 | WARN 0 | SKIP 98 | PASS 215 ] > > proc.time() user system elapsed 4.10 0.57 4.93