R Under development (unstable) (2025-09-11 r88813 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(crew) Attaching package: 'crew' The following object is masked from 'package:testthat': matches > > test_check("crew") [ FAIL 0 | WARN 0 | SKIP 109 | PASS 313 ] ══ Skipped tests (109) ═════════════════════════════════════════════════════════ • On CRAN (108): 'test-class_monad.R:18:3', 'test-crew_client.R:29:3', 'test-crew_client.R:79:3', 'test-crew_client.R:100:3', 'test-crew_client.R:107:3', 'test-crew_client.R:121:3', 'test-crew_controller.R:11:3', 'test-crew_controller.R:62:3', 'test-crew_controller.R:91:3', 'test-crew_controller.R:118:3', 'test-crew_controller.R:130:3', 'test-crew_controller.R:161:3', 'test-crew_controller.R:197:3', 'test-crew_controller.R:225:3', 'test-crew_controller.R:244:3', 'test-crew_controller.R:264:3', 'test-crew_controller.R:282:3', 'test-crew_controller.R:326:3', 'test-crew_controller.R:401:3', 'test-crew_controller.R:418:3', 'test-crew_controller.R:439:3', 'test-crew_controller.R:471:3', 'test-crew_controller.R:505:3', 'test-crew_controller.R:555:3', 'test-crew_controller.R:592:3', 'test-crew_controller.R:616:3', 'test-crew_controller.R:650:3', 'test-crew_controller.R:668:3', 'test-crew_controller.R:706:3', 'test-crew_controller.R:750:3', 'test-crew_controller.R:788:3', 'test-crew_controller.R:839:3', 'test-crew_controller_group.R:19:3', 'test-crew_controller_group.R:171:3', 'test-crew_controller_group.R:199:3', 'test-crew_controller_group.R:227:3', 'test-crew_controller_group.R:256:3', 'test-crew_controller_group.R:298:3', 'test-crew_controller_group.R:335:3', 'test-crew_controller_group.R:372:3', 'test-crew_controller_group.R:404:3', 'test-crew_controller_group.R:436:3', 'test-crew_controller_group.R:456:3', 'test-crew_controller_group.R:483:3', 'test-crew_controller_group.R:510:3', 'test-crew_controller_group.R:552:3', 'test-crew_controller_group.R:593:3', 'test-crew_controller_group.R:621:3', 'test-crew_controller_group.R:642:3', 'test-crew_controller_group.R:696:3', 'test-crew_controller_group.R:748:3', 'test-crew_controller_group.R:801:3', 'test-crew_controller_group.R:853:3', 'test-crew_controller_local.R:132:3', 'test-crew_controller_local.R:185:3', 'test-crew_controller_local.R:215:3', 'test-crew_controller_local.R:244:3', 'test-crew_controller_local.R:274:3', 'test-crew_controller_local.R:306:3', 'test-crew_controller_local.R:346:3', 'test-crew_controller_local.R:386:3', 'test-crew_eval.R:37:3', 'test-crew_eval.R:43:3', 'test-crew_eval.R:49:3', 'test-crew_eval.R:63:3', 'test-crew_eval.R:72:3', 'test-crew_eval.R:103:3', 'test-crew_eval.R:134:3', 'test-crew_eval.R:160:3', 'test-crew_eval.R:185:3', 'test-crew_eval.R:199:3', 'test-crew_eval.R:213:3', 'test-crew_eval.R:233:3', 'test-crew_eval.R:249:3', 'test-crew_launcher.R:2:3', 'test-crew_launcher.R:8:3', 'test-crew_launcher.R:19:3', 'test-crew_launcher.R:45:3', 'test-crew_launcher.R:75:3', 'test-crew_launcher.R:98:3', 'test-crew_launcher.R:194:3', 'test-crew_launcher.R:200:3', 'test-crew_launcher.R:206:3', 'test-crew_launcher.R:213:3', 'test-crew_launcher.R:219: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:109:3', 'test-crew_monitor_local.R:2:3', 'test-crew_monitor_local.R:19:3', 'test-crew_monitor_local.R:36:3', 'test-crew_monitor_local.R:57:3', 'test-crew_relay.R:15: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_throttle.R:72:3', 'test-crew_worker.R:2:3', 'test-crew_worker.R:53:3', 'test-utils_files.R:2:3', 'test-utils_mirai.R:2:3', 'test-utils_mirai.R:15:3', 'test-utils_packages.R:2:3' • On Windows (1): 'test-crew_controller_local.R:2:3' [ FAIL 0 | WARN 0 | SKIP 109 | PASS 313 ] > > proc.time() user system elapsed 4.70 0.70 5.45