R Under development (unstable) (2024-01-07 r85787 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 72 | PASS 191 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (71): '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_group.R:19:3', 'test-crew_controller_group.R:149:3', 'test-crew_controller_group.R:178:3', 'test-crew_controller_group.R:224:3', 'test-crew_controller_group.R:261:3', 'test-crew_controller_group.R:307:3', 'test-crew_controller_group.R:348:3', 'test-crew_controller_group.R:376:3', 'test-crew_controller_group.R:397:3', 'test-crew_controller_local.R:134:3', 'test-crew_controller_local.R:200:3', 'test-crew_controller_local.R:244:3', 'test-crew_controller_local.R:289:3', 'test-crew_controller_local.R:319:3', 'test-crew_controller_local.R:349:3', 'test-crew_controller_local.R:396:3', 'test-crew_controller_local.R:478:3', 'test-crew_controller_local.R:519:3', 'test-crew_controller_local.R:536:3', 'test-crew_controller_local.R:557: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 72 | PASS 191 ] > > proc.time() user system elapsed 3.40 0.26 3.95