Last updated on 2026-07-11 07:50:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.66 | 212.72 | 218.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.79 | 148.16 | 152.95 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 10.00 | 296.27 | 306.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 10.00 | 382.46 | 392.46 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 10.00 | 209.00 | 219.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 6.46 | 206.66 | 213.12 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 6.30 | 206.97 | 213.27 | OK | |
| r-release-macos-arm64 | 1.0.0 | 2.00 | 61.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 5.00 | 288.00 | 293.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 10.00 | 214.00 | 224.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 2.00 | 54.00 | 56.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 5.00 | 354.00 | 359.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 13.00 | 288.00 | 301.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [65s/79s]
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
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [87s]
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-windows-x86_64