R Under development (unstable) (2025-11-09 r88992 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(fiery) > > test_check("fiery") [ FAIL 0 | WARN 0 | SKIP 30 | PASS 111 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-Fire.R:25:3', 'test-Fire.R:73:5', 'test-Fire.R:84:3', 'test-Fire.R:103:3', 'test-Fire.R:149:3', 'test-Fire.R:161:3', 'test-Fire.R:364:3', 'test-Fire.R:396:3', 'test-Fire.R:501:3', 'test-Fire.R:525:3', 'test-Fire.R:541:3', 'test-Fire.R:566:3', 'test-Fire.R:611:3', 'test-Fire.R:644:3', 'test-Fire.R:665:3', 'test-Fire.R:679:3', 'test-Fire.R:689:3', 'test-Fire.R:728:3', 'test-Fire.R:754:3', 'test-Fire.R:777:3', 'test-HandlerStack.R:60:3', 'test-PromiseStack.R:18:3', 'test-PromiseStack.R:64:3', 'test-fake_request.R:52:3', 'test-fake_request.R:74:3', 'test-loggers.R:4:3', 'test-loggers.R:14:3', 'test-loggers.R:55:3', 'test-loggers.R:73:3' • On Windows (1): 'test-Fire.R:33:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 111 ] > > proc.time() user system elapsed 3.56 0.75 27.42