R Under development (unstable) (2025-07-30 r88476 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 74 | PASS 1 ] ══ Skipped tests (74) ══════════════════════════════════════════════════════════ • On CRAN (74): '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:43:3', 'test-Rush.R:79:3', 'test-Rush.R:110:3', 'test-Rush.R:220:3', 'test-Rush.R:251:3', 'test-Rush.R:299:3', 'test-Rush.R:329:3', 'test-Rush.R:381:3', 'test-Rush.R:414:3', 'test-Rush.R:456:3', 'test-Rush.R:499:3', 'test-Rush.R:526:3', 'test-Rush.R:553:3', 'test-Rush.R:592:3', 'test-Rush.R:614:3', 'test-Rush.R:645:3', 'test-Rush.R:686:3', 'test-Rush.R:727:3', 'test-Rush.R:767:3', 'test-Rush.R:797:3', 'test-Rush.R:828:3', 'test-Rush.R:868:3', 'test-Rush.R:917:3', 'test-Rush.R:972:3', 'test-Rush.R:996:3', 'test-Rush.R:1023:3', 'test-Rush.R:1114:3', 'test-Rush.R:1135:3', 'test-Rush.R:1174:3', 'test-Rush.R:1196:3', 'test-Rush.R:1217:3', 'test-Rush.R:1240:3', 'test-Rush.R:1255:3', 'test-Rush.R:1270:3', 'test-Rush.R:1315:3', 'test-Rush.R:1323:3', 'test-Rush.R:1346: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-extra.R:4:3', 'test-extra.R:48:3', 'test-extra.R:90:3', 'test-extra.R:141:3', 'test-extra.R:171:3', 'test-extra.R:245:3', 'test-rush_plan.R:2:3', 'test-rush_plan.R:20:3', 'test-rush_plan.R:40:3' [ FAIL 0 | WARN 0 | SKIP 74 | PASS 1 ] > > proc.time() user system elapsed 2.98 0.54 5.51