R Under development (unstable) (2024-06-18 r86781 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rush) > > test_check("rush") [ FAIL 0 | WARN 0 | SKIP 83 | PASS 1 ] ══ Skipped tests (83) ══════════════════════════════════════════════════════════ • On CRAN (80): 'test-Rush.R:4:3', 'test-Rush.R:15:3', 'test-Rush.R:80:3', 'test-Rush.R:96:3', 'test-Rush.R:122:3', 'test-Rush.R:140:3', 'test-Rush.R:160:3', 'test-Rush.R:182:3', 'test-Rush.R:228:3', 'test-Rush.R:258:3', 'test-Rush.R:288:3', 'test-Rush.R:321:3', 'test-Rush.R:348:3', 'test-Rush.R:375:3', 'test-Rush.R:414:3', 'test-Rush.R:436:3', 'test-Rush.R:467:3', 'test-Rush.R:505:3', 'test-Rush.R:543:3', 'test-Rush.R:624:3', 'test-Rush.R:671:3', 'test-Rush.R:718:3', 'test-Rush.R:764:3', 'test-Rush.R:785:3', 'test-Rush.R:810:3', 'test-Rush.R:831:3', 'test-Rush.R:853:3', 'test-Rush.R:884:3', 'test-Rush.R:903:3', 'test-Rush.R:921:3', 'test-Rush.R:940:3', 'test-Rush.R:975:3', 'test-Rush.R:990:3', 'test-Rush.R:1005:3', 'test-Rush.R:1030:3', 'test-Rush.R:1065:3', 'test-Rush.R:1075:3', 'test-RushWorker.R:2:3', 'test-RushWorker.R:25:3', 'test-RushWorker.R:49:3', 'test-RushWorker.R:69:3', 'test-RushWorker.R:83:3', 'test-RushWorker.R:96:3', 'test-RushWorker.R:135:3', 'test-RushWorker.R:177:3', 'test-RushWorker.R:217:3', 'test-RushWorker.R:260:3', 'test-RushWorker.R:302:3', 'test-RushWorker.R:350:3', 'test-RushWorker.R:391:3', 'test-RushWorker.R:432:3', 'test-RushWorker.R:463:3', 'test-RushWorker.R:488:3', 'test-RushWorker.R:536:3', 'test-RushWorker.R:569:3', 'test-RushWorker.R:644:3', 'test-RushWorker.R:700:3', 'test-RushWorker.R:757:3', 'test-RushWorker.R:799:3', 'test-RushWorker.R:852:3', 'test-RushWorker.R:882:3', 'test-RushWorker.R:903:3', 'test-RushWorker.R:938:3', 'test-RushWorker.R:970:3', 'test-RushWorker.R:990:3', 'test-RushWorker.R:1009:3', 'test-RushWorker.R:1026:3', 'test-rush_plan.R:2:3', 'test-rush_plan.R:20:3', 'test-rush_plan.R:37:3', 'test-rush_plan.R:58:3', 'test-worker_loops.R:4:3', 'test-worker_loops.R:19:3', 'test-worker_loops.R:35:3', 'test-worker_loops.R:51:3', 'test-worker_loops.R:69:3', 'test-worker_loops.R:84:3', 'test-worker_loops.R:100:3', 'test-worker_loops.R:116:3', 'test-worker_loops.R:132:3' • TRUE is TRUE (3): 'test-Rush.R:46:3', 'test-Rush.R:581:3', 'test-Rush.R:602:3' [ FAIL 0 | WARN 0 | SKIP 83 | PASS 1 ] > > proc.time() user system elapsed 2.04 0.21 4.29