Package: citation Check: tests New result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > > test_check("citation") Loading required package: citation cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'yaml: Methods to Convert R Data to YAML and Back' version: 2.3.11 date-released: '2025-11-06' abstract: Implements the 'libyaml' 'YAML' 1.1 parser and emitter () for R. authors: - family-names: Garbett given-names: Shawn email: shawn.garbett@vumc.org orcid: 0000-0003-4079-5621 - family-names: Stephens given-names: Jeremy - family-names: Simonov given-names: Kirill - family-names: Xie given-names: Yihui orcid: 0000-0003-0645-5666 - family-names: Dong given-names: Zhuoer - family-names: Wickham given-names: Hadley orcid: 0000-0003-4757-117X - family-names: Horner given-names: Jeffrey - name: reikoch - family-names: Beasley given-names: Will orcid: 0000-0002-5613-5006 - family-names: O'Connor given-names: Brendan - family-names: Quinn given-names: Michael - family-names: Gao given-names: Charlie - family-names: Warnes given-names: - Gregory - R. - family-names: Kamvar given-names: - Zhian - N. license: BSD-3-Clause repository-code: https://github.com/vubiostat/r-yaml/ [ FAIL 1 | WARN 0 | SKIP 1 | PASS 8 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • !file.exists(citationFile) is TRUE (1): 'test-cff2r.R:3:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-r2cff.R:20:3'): r2cff generally works ──────────────────────── `r2cff(yamlFile)` did not throw an error. [ FAIL 1 | WARN 0 | SKIP 1 | PASS 8 ] Error: Test failures Execution halted Package: fiery [Old version: 1.3.0, New version: 1.4.0] Check: tests New result: ERROR Running ‘testthat.R’ [24s/32s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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 1 | WARN 0 | SKIP 29 | PASS 111 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-Fire.R:25:3', 'test-Fire.R:36: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:55:3', 'test-loggers.R:73:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-loggers.R:14:3'): console logger works ───────────────────────── Error in `sink()`: invalid connection Backtrace: ▆ 1. ├─testthat::expect_snapshot(rs(logger("error", "error test"))) at test-loggers.R:14:3 2. │ ├─testthat:::with_is_snapshotting(...) 3. │ └─testthat:::verify_exec(quo_get_expr(x), quo_get_env(x), replay) 4. │ └─evaluate::evaluate(source, envir = env, new_device = FALSE, output_handler = handler) 5. │ └─evaluate (local) ``() 6. └─base::sink() [ FAIL 1 | WARN 0 | SKIP 29 | PASS 111 ] Error: Test failures Execution halted