CRAN Package Check Results for Package logger

Last updated on 2026-05-04 20:51:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 2.94 80.12 83.06 OK
r-devel-linux-x86_64-debian-gcc 0.4.1 2.23 61.21 63.44 OK
r-devel-linux-x86_64-fedora-clang 0.4.1 5.00 131.91 136.91 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.1 139.47 OK
r-devel-windows-x86_64 0.4.1 6.00 106.00 112.00 OK
r-patched-linux-x86_64 0.4.1 4.49 74.02 78.51 OK
r-release-linux-x86_64 0.4.1 2.16 73.94 76.10 OK
r-release-macos-arm64 0.4.1 1.00 28.00 29.00 OK
r-release-macos-x86_64 0.4.1 3.00 99.00 102.00 OK
r-release-windows-x86_64 0.4.1 8.00 112.00 120.00 OK
r-oldrel-macos-arm64 0.4.1 OK
r-oldrel-macos-x86_64 0.4.1 2.00 157.00 159.00 OK
r-oldrel-windows-x86_64 0.4.1 8.00 120.00 128.00 OK

Check Details

Version: 0.4.1
Check: tests
Result: ERROR Running ‘testthat.R’ [34s/58s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(logger) > > test_check("logger") Starting 2 test processes. Saving _problems/test-helpers-111.R [ FAIL 1 | WARN 0 | SKIP 23 | PASS 250 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-appenders.R:65:3', 'test-helpers.R:52:1', 'test-helpers.R:62:1', 'test-formatters.R:1:1', 'test-formatters.R:38:1', 'test-formatters.R:43:1', 'test-formatters.R:64:1', 'test-formatters.R:177:1', 'test-layouts.R:36:1', 'test-layouts.R:53:1', 'test-layouts.R:79:1', 'test-layouts.R:93:1', 'test-logger.R:150:1', 'test-try.R:1:1', 'test-utils.R:1:1', 'test-utils.R:10:1', 'test-hooks.R:1:1', 'test-hooks.R:7:1', 'test-hooks.R:13:1', 'test-hooks.R:24:1', 'test-hooks.R:36:1', 'test-hooks.R:48:1', 'test-hooks.R:63:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-helpers.R:111:3'): knitr hook gets applied ─────────────────── Expected output from `knitr::knit(text = mock_doc, quiet = TRUE)` to match regexp "global timer 0.2". Actual output: x | INFO [2026-05-04 17:20:54] global timer 0.32 secs elapsed -- [ FAIL 1 | WARN 0 | SKIP 23 | PASS 250 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang