R Under development (unstable) (2025-02-02 r87676 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 110 | PASS 356 ] ══ Skipped tests (110) ═════════════════════════════════════════════════════════ • On CRAN (109): 'test-class_monad.R:18:3', 'test-crew_async.R:7:3', 'test-crew_async.R:18:3', 'test-crew_async.R:42:3', 'test-crew_client.R:29:3', 'test-crew_client.R:95:3', 'test-crew_controller.R:8:3', 'test-crew_controller.R:56:3', 'test-crew_controller.R:85:3', 'test-crew_controller.R:112:3', 'test-crew_controller.R:157:3', 'test-crew_controller.R:169:3', 'test-crew_controller.R:200:3', 'test-crew_controller.R:236:3', 'test-crew_controller.R:261:3', 'test-crew_controller.R:280:3', 'test-crew_controller.R:300:3', 'test-crew_controller.R:318:3', 'test-crew_controller.R:363:3', 'test-crew_controller.R:439:3', 'test-crew_controller.R:456:3', 'test-crew_controller.R:477:3', 'test-crew_controller.R:510:3', 'test-crew_controller.R:538:3', 'test-crew_controller.R:571:3', 'test-crew_controller.R:608:3', 'test-crew_controller.R:632:3', 'test-crew_controller.R:667:3', 'test-crew_controller.R:685:3', 'test-crew_controller.R:724:3', 'test-crew_controller.R:773:3', 'test-crew_controller.R:811:3', 'test-crew_controller_group.R:20:3', 'test-crew_controller_group.R:166:3', 'test-crew_controller_group.R:194:3', 'test-crew_controller_group.R:222:3', 'test-crew_controller_group.R:251:3', 'test-crew_controller_group.R:293:3', 'test-crew_controller_group.R:330:3', 'test-crew_controller_group.R:367:3', 'test-crew_controller_group.R:397:3', 'test-crew_controller_group.R:427:3', 'test-crew_controller_group.R:447:3', 'test-crew_controller_group.R:474:3', 'test-crew_controller_group.R:501:3', 'test-crew_controller_group.R:546:3', 'test-crew_controller_group.R:587:3', 'test-crew_controller_group.R:615:3', 'test-crew_controller_group.R:636:3', 'test-crew_controller_group.R:685:3', 'test-crew_controller_group.R:731:3', 'test-crew_controller_group.R:777:3', 'test-crew_controller_group.R:833:3', 'test-crew_controller_local.R:140:3', 'test-crew_controller_local.R:194:3', 'test-crew_controller_local.R:224:3', 'test-crew_controller_local.R:254:3', 'test-crew_controller_local.R:284:3', 'test-crew_controller_local.R:316:3', 'test-crew_controller_local.R:353: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:71:3', 'test-crew_eval.R:102:3', 'test-crew_eval.R:133:3', 'test-crew_eval.R:159:3', 'test-crew_eval.R:184:3', 'test-crew_launcher.R:2:3', 'test-crew_launcher.R:8:3', 'test-crew_launcher.R:21:3', 'test-crew_launcher.R:53:3', 'test-crew_launcher.R:67:3', 'test-crew_launcher.R:175:3', 'test-crew_launcher.R:202:3', 'test-crew_launcher.R:232:3', 'test-crew_launcher.R:264:3', 'test-crew_launcher.R:298: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:107:3', 'test-crew_launcher_local.R:153: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:47:3', 'test-plugins.R:2:3', 'test-plugins.R:99:3', 'test-plugins.R:200:3', 'test-plugins.R:287:3', 'test-plugins.R:413:3', 'test-utils_files.R:2:3', 'test-utils_mirai.R:2:3', 'test-utils_mirai.R:13:3', 'test-utils_mirai.R:18:3', 'test-utils_mirai.R:33:3', 'test-utils_mirai.R:52:3', 'test-utils_mirai.R:71:3', 'test-utils_packages.R:2:3' • On Windows (1): 'test-crew_controller_local.R:2:3' [ FAIL 0 | WARN 0 | SKIP 110 | PASS 356 ] > > proc.time() user system elapsed 7.54 1.09 8.87