R Under development (unstable) (2025-05-29 r88251 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 72 | PASS 1 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (66): 'test-AppenderRedis.R:2:3', 'test-AppenderRedis.R:46:3', 'test-AppenderRedis.R:85:3', 'test-Rush.R:4:3', 'test-Rush.R:15:3', 'test-Rush.R:78:3', 'test-Rush.R:109:3', 'test-Rush.R:219:3', 'test-Rush.R:250:3', 'test-Rush.R:329:3', 'test-Rush.R:359:3', 'test-Rush.R:411:3', 'test-Rush.R:442:3', 'test-Rush.R:480:3', 'test-Rush.R:523:3', 'test-Rush.R:550:3', 'test-Rush.R:577:3', 'test-Rush.R:616:3', 'test-Rush.R:638:3', 'test-Rush.R:669:3', 'test-Rush.R:710:3', 'test-Rush.R:751:3', 'test-Rush.R:895:3', 'test-Rush.R:964:3', 'test-Rush.R:1020:3', 'test-Rush.R:1044:3', 'test-Rush.R:1111:3', 'test-Rush.R:1155:3', 'test-Rush.R:1176:3', 'test-Rush.R:1216:3', 'test-Rush.R:1255:3', 'test-Rush.R:1277:3', 'test-Rush.R:1298:3', 'test-Rush.R:1321:3', 'test-Rush.R:1336:3', 'test-Rush.R:1351:3', 'test-Rush.R:1398:3', 'test-Rush.R:1456:3', 'test-Rush.R:1466:3', 'test-Rush.R:1517:3', 'test-RushWorker.R:2:3', 'test-RushWorker.R:25:3', 'test-RushWorker.R:49:3', 'test-RushWorker.R:68:3', 'test-RushWorker.R:82:3', 'test-RushWorker.R:121:3', 'test-RushWorker.R:163:3', 'test-RushWorker.R:203:3', 'test-RushWorker.R:246:3', 'test-RushWorker.R:288:3', 'test-RushWorker.R:336:3', 'test-RushWorker.R:377:3', 'test-RushWorker.R:418:3', 'test-RushWorker.R:493:3', 'test-RushWorker.R:549:3', 'test-RushWorker.R:606:3', 'test-RushWorker.R:648:3', 'test-RushWorker.R:701:3', 'test-RushWorker.R:731:3', 'test-RushWorker.R:752:3', 'test-RushWorker.R:772:3', 'test-RushWorker.R:791:3', 'test-RushWorker.R:808:3', 'test-rush_plan.R:2:3', 'test-rush_plan.R:20:3', 'test-rush_plan.R:40:3' • TRUE is TRUE (6): 'test-Rush.R:43:3', 'test-Rush.R:298:3', 'test-Rush.R:791:3', 'test-Rush.R:821:3', 'test-Rush.R:852:3', 'test-Rush.R:1071:3' [ FAIL 0 | WARN 0 | SKIP 72 | PASS 1 ] > > proc.time() user system elapsed 2.42 0.20 4.65