Last updated on 2025-11-06 15:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 2.76 | 76.83 | 79.59 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 2.18 | 58.84 | 61.02 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 28.00 | 102.26 | 130.26 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 22.00 | 125.25 | 147.25 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 5.00 | 102.00 | 107.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 4.23 | 71.27 | 75.50 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 2.86 | 71.89 | 74.75 | OK | |
| r-release-macos-arm64 | 0.4.1 | 2.00 | 124.00 | 126.00 | OK | |
| r-release-macos-x86_64 | 0.4.1 | 3.00 | 156.00 | 159.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 8.00 | 100.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | 2.00 | 124.00 | 126.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.1 | 2.00 | 150.00 | 152.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 9.00 | 119.00 | 128.00 | NOTE |
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [33s/95s]
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
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 242 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-appenders.R:65:3', 'test-helpers.R:59:3',
'test-helpers.R:65:3', 'test-formatters.R:27:3', 'test-formatters.R:40:3',
'test-formatters.R:57:3', 'test-formatters.R:76:3',
'test-formatters.R:180:3', 'test-layouts.R:37:3', 'test-layouts.R:56:3',
'test-layouts.R:86:3', 'test-layouts.R:101:3', 'test-logger.R:151:3',
'test-try.R:8:3', 'test-utils.R:4:3', 'test-utils.R:13:3',
'test-hooks.R:2:3', 'test-hooks.R:8:3', 'test-hooks.R:14:3',
'test-hooks.R:33:3', 'test-hooks.R:45:3', 'test-hooks.R:60:3',
'test-hooks.R:75:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-helpers.R:111:3'): knitr hook gets applied ───────────────────
`knitr::knit\(text = mock_doc, quiet = TRUE\)` does not match "global timer 0.2".
Actual value: "INFO \[2025-11-06 00:00:31\] global timer 0\.47 secs elapsed -- "
Backtrace:
▆
1. └─testthat::expect_output(...) at test-helpers.R:111:3
2. └─testthat::expect_match(...)
3. └─testthat:::expect_match_(...)
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 242 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'rsyslog'
Flavor: r-oldrel-windows-x86_64