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) > test_check("clustermq") Loading required package: clustermq * Option 'clustermq.scheduler' not set, defaulting to 'LOCAL' --- see: https://mschubert.github.io/clustermq/articles/userguide.html#configuration [ FAIL 0 | WARN 0 | SKIP 33 | PASS 66 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-5-queue.r:87:5', 'test-6-queue_impl.r:48:5', 'test-6-queue_impl.r:59:5', 'test-6-queue_impl.r:70:5', 'test-7-ssh_proxy.r:34:5', 'test-7-ssh_proxy.r:55:5', 'test-7-ssh_proxy.r:79:5', 'test-7-ssh_proxy.r:107:5' • On Windows (21): 'test-2-worker.r:112:5', 'test-2-worker.r:133:5', 'test-4-pool.r:6:5', 'test-4-pool.r:32:5', 'test-4-pool.r:40:5', 'test-4-pool.r:53:5', 'test-5-queue.r:6:5', 'test-5-queue.r:14:5', 'test-5-queue.r:26:5', 'test-5-queue.r:34:5', 'test-5-queue.r:42:5', 'test-5-queue.r:51:5', 'test-5-queue.r:61:5', 'test-5-queue.r:72:5', 'test-5-queue.r:80:5', 'test-5-queue.r:100:5', 'test-5-queue.r:109:5', 'test-6-queue_impl.r:22:5', 'test-6-queue_impl.r:29:5', 'test-8-foreach.r:79:5', 'test-8-foreach.r:92:5' • https://github.com/r-lib/processx/issues/236 (3): 'test-4-pool.r:69:5', 'test-4-pool.r:80:5', 'test-6-queue_impl.r:38:5' • this works interactively but evaluates the error on testthat (1): 'test-2-worker.r:91:5' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 66 ] > > proc.time() user system elapsed 2.85 0.46 4.73