Last updated on 2026-07-22 19:54:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 6.13 | 203.15 | 209.28 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.41 | 145.49 | 149.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 10.00 | 199.39 | 209.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 5.00 | 145.60 | 150.60 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 10.00 | 202.00 | 212.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 6.14 | 210.21 | 216.35 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 5.16 | 209.06 | 214.22 | OK | |
| r-release-macos-arm64 | 1.1.0 | 2.00 | 40.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 5.00 | 189.00 | 194.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 11.00 | 218.00 | 229.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 5.00 | 154.00 | 159.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 12.00 | 293.00 | 305.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [91s/100s]
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(plotor)
>
> test_check("plotor")
Saving _problems/test-plot_or-24.R
[ FAIL 1 | WARN 9 | SKIP 1 | PASS 87 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-plot_or.R:423:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot_or.R:24:7'): `plot_or()` does not produce messages or warnings ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `map(.x, .f, ..., .progress = .progress)`: i In index: 1.
Caused by error:
! Expected `plotor::plot_or(.x)` to run silently.
Actual noise: warnings.
[ FAIL 1 | WARN 9 | SKIP 1 | PASS 87 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [65s/76s]
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(plotor)
>
> test_check("plotor")
Saving _problems/test-plot_or-24.R
[ FAIL 1 | WARN 9 | SKIP 1 | PASS 87 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-plot_or.R:423:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot_or.R:24:7'): `plot_or()` does not produce messages or warnings ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `map(.x, .f, ..., .progress = .progress)`: i In index: 1.
Caused by error:
! Expected `plotor::plot_or(.x)` to run silently.
Actual noise: warnings.
[ FAIL 1 | WARN 9 | SKIP 1 | PASS 87 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc