R Under development (unstable) (2024-04-23 r86473 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 > > test_check("crew") [ FAIL 0 | WARN 0 | SKIP 92 | PASS 206 ] ══ Skipped tests (92) ══════════════════════════════════════════════════════════ • On CRAN (91): 'test-crew_async.R:7:3', 'test-crew_async.R:18:3', 'test-crew_async.R:42:3', 'test-crew_client.R:22:3', 'test-crew_client.R:107:3', 'test-crew_controller.R:2:3', 'test-crew_controller.R:14:3', 'test-crew_controller.R:44:3', 'test-crew_controller.R:80:3', 'test-crew_controller.R:101:3', 'test-crew_controller.R:120:3', 'test-crew_controller.R:140:3', 'test-crew_controller.R:158:3', 'test-crew_controller.R:205:3', 'test-crew_controller.R:287:3', 'test-crew_controller.R:328:3', 'test-crew_controller.R:345:3', 'test-crew_controller.R:366:3', 'test-crew_controller.R:400:3', 'test-crew_controller.R:428:3', 'test-crew_controller.R:461:3', 'test-crew_controller_group.R:19:3', 'test-crew_controller_group.R:153:3', 'test-crew_controller_group.R:172:3', 'test-crew_controller_group.R:194:3', 'test-crew_controller_group.R:223:3', 'test-crew_controller_group.R:269:3', 'test-crew_controller_group.R:306:3', 'test-crew_controller_group.R:343:3', 'test-crew_controller_group.R:373:3', 'test-crew_controller_group.R:403:3', 'test-crew_controller_group.R:423:3', 'test-crew_controller_group.R:444:3', 'test-crew_controller_group.R:463:3', 'test-crew_controller_group.R:509:3', 'test-crew_controller_group.R:550:3', 'test-crew_controller_group.R:578:3', 'test-crew_controller_group.R:599:3', 'test-crew_controller_group.R:648:3', 'test-crew_controller_group.R:694:3', 'test-crew_controller_group.R:740:3', 'test-crew_controller_local.R:139:3', 'test-crew_controller_local.R:205:3', 'test-crew_controller_local.R:249:3', 'test-crew_controller_local.R:267:3', 'test-crew_controller_local.R:288:3', 'test-crew_controller_local.R:333: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:24:3', 'test-crew_launcher.R:37:3', 'test-crew_launcher.R:138:3', 'test-crew_launcher.R:170:3', 'test-crew_launcher.R:206:3', 'test-crew_launcher.R:244:3', 'test-crew_launcher.R:271:3', 'test-crew_launcher.R:306:3', 'test-crew_launcher.R:335:3', 'test-crew_launcher.R:355:3', 'test-crew_launcher_local.R:12:3', 'test-crew_launcher_local.R:27:3', 'test-crew_launcher_local.R:41:3', 'test-crew_launcher_local.R:55:3', 'test-crew_launcher_local.R:120:3', 'test-crew_launcher_local.R:178:3', 'test-crew_launcher_local.R:249:3', 'test-crew_launcher_local.R:284:3', 'test-crew_monitor_local.R:2:3', 'test-crew_monitor_local.R:26:3', 'test-crew_monitor_local.R:42: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-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 92 | PASS 206 ] > > proc.time() user system elapsed 6.12 0.96 7.42