R Under development (unstable) (2025-08-19 r88650 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:5', 'test-Fire.R:56:9', 'test-Fire.R:67:5', 'test-Fire.R:86:5', 'test-Fire.R:126:5', 'test-Fire.R:133:5', 'test-Fire.R:310:5', 'test-Fire.R:339:5', 'test-Fire.R:427:5', 'test-Fire.R:451:5', 'test-Fire.R:465:5', 'test-Fire.R:482:5', 'test-Fire.R:512:5', 'test-Fire.R:549:5', 'test-Fire.R:565:5', 'test-Fire.R:579:5', 'test-Fire.R:589:5', 'test-Fire.R:628:5', 'test-Fire.R:654:5', 'test-Fire.R:677:5', 'test-HandlerStack.R:60:5', 'test-PromiseStack.R:13:5', 'test-PromiseStack.R:53:5', 'test-fake_request.R:49:5', 'test-fake_request.R:62:5', 'test-loggers.R:4:5', 'test-loggers.R:14:5', 'test-loggers.R:46:5', 'test-loggers.R:64:5' • On Windows (1): 'test-Fire.R:30:5' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 111 ] > > proc.time() user system elapsed 5.53 0.84 39.17