Last updated on 2025-12-06 00:48:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 3.03 | 79.73 | 82.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 2.40 | 36.65 | 39.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 129.06 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 13.00 | 135.18 | 148.18 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 6.00 | 102.00 | 108.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 4.13 | 71.11 | 75.24 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 3.01 | 71.82 | 74.83 | OK | |
| r-release-macos-arm64 | 0.4.1 | OK | ||||
| r-release-macos-x86_64 | 0.4.1 | 3.00 | 156.00 | 159.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 6.00 | 105.00 | 111.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 2.00 | 150.00 | 152.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 7.00 | 125.00 | 132.00 | NOTE |
Version: 0.4.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'botor', 'covr', 'devtools', 'knitr', 'pander', 'rmarkdown',
'roxygen2', 'shiny'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘logger-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: formatter_pander
> ### Title: Formats R objects with pander
> ### Aliases: formatter_pander
>
> ### ** Examples
>
> ## Don't show:
> old <- logger:::namespaces_set()
> ## End(Don't show)
> log_formatter(formatter_pander)
> log_info("42")
Error: Please install the 'pander' package to use log_info
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/6s]
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-formatters-166.R
[ FAIL 1 | WARN 0 | SKIP 24 | PASS 246 ]
══ Skipped tests (24) ══════════════════════════════════════════════════════════
• On CRAN (22): '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-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'
• {devtools} is not installed. (1): 'test-layouts.R:94:3'
• {knitr} is not installed. (1): 'test-helpers.R:111:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-formatters.R:166:3'): pander formatter ─────────────────────────
Error: Please install the 'pander' package to use base::tryCatch
Backtrace:
▆
1. ├─testthat::expect_output(log_info(42), "_42_") at test-formatters.R:166:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. └─logger::log_info(42)
11. └─logger::log_level(...)
12. └─base::lapply(...)
13. └─logger (local) FUN(X[[i]], ...)
14. ├─base::structure(do.call(log_fun, log_arg), class = "logger")
15. ├─base::do.call(log_fun, log_arg)
16. └─logger (local) `<fn>`(...)
17. ├─base::do.call(...)
18. └─logger (local) `<fn>`(...)
19. └─logger::fail_on_missing_package("pander")
[ FAIL 1 | WARN 0 | SKIP 24 | PASS 246 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'rsyslog'
Flavor: r-oldrel-windows-x86_64