R Under development (unstable) (2023-06-23 r84599 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 34 | PASS 245 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-crew_client.R:9:3', 'test-crew_controller.R:2:3', 'test-crew_controller_group.R:13:3', 'test-crew_controller_group.R:143:3', 'test-crew_controller_group.R:172:3', 'test-crew_controller_group.R:213:3', 'test-crew_controller_group.R:259:3', 'test-crew_controller_local.R:125:3', 'test-crew_controller_local.R:190:3', 'test-crew_controller_local.R:234:3', 'test-crew_controller_local.R:276:3', 'test-crew_controller_local.R:306: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:81:3', 'test-crew_launcher.R:105:3', 'test-crew_launcher.R:136:3', 'test-crew_launcher.R:259:3', 'test-crew_launcher_local.R:2:3', 'test-crew_launcher_local.R:73:3', 'test-crew_launcher_local.R:134: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_schedule.R:79:3', 'test-crew_schedule.R:99:3', 'test-crew_worker.R:2: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 34 | PASS 245 ] > > proc.time() user system elapsed 4.07 0.42 4.51