Last updated on 2026-04-25 13:50:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.92 | 217.45 | 223.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 5.26 | 152.23 | 157.49 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 11.00 | 361.39 | 372.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 10.00 | 346.17 | 356.17 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 6.26 | 208.77 | 215.03 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 5.26 | 203.62 | 208.88 | OK | |
| r-release-macos-arm64 | 1.0.0 | 2.00 | 61.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 4.00 | 91.00 | 95.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.0 | 10.00 | 208.00 | 218.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 | 9.00 | 209.00 | 218.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
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-134.R
Saving _problems/test-plot_or-148.R
Saving _problems/test-plot_or-246.R
Saving _problems/test-plot_or-259.R
[ FAIL 4 | WARN 0 | SKIP 9 | PASS 43 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-plot_or.R:423:5'
• {labelled} is not installed. (8): 'test-plot_or.R:12:5',
'test-plot_or.R:42:5', 'test-plot_or.R:115:3', 'test-plot_or.R:234:3',
'test-plot_or.R:277:5', 'test-plot_or.R:290:5', 'test-plot_or.R:304:5',
'test-plot_or.R:343:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plot_or.R:130:3'): `assumption_checks` parameter works as expected ──
Expected `{ ... }` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'labelled'
── Error ('test-plot_or.R:137:3'): `assumption_checks` parameter works as expected ──
Error in `eval(code, test_env)`: object 'list_models' not found
Backtrace:
▆
1. └─purrr::walk(...) at test-plot_or.R:137:3
2. └─purrr::map(.x, .f, ..., .progress = .progress)
3. └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
4. └─purrr:::vctrs_vec_compat(.x, .purrr_user_env)
── Failure ('test-plot_or.R:244:3'): `assumption_no_multicollinearity()` works as expected ──
Expected `{ ... }` not to throw any errors.
Actually got a <packageNotFoundError> with message:
there is no package called 'labelled'
── Error ('test-plot_or.R:250:3'): `assumption_no_multicollinearity()` works as expected ──
Error in `eval(code, test_env)`: object 'list_models' not found
Backtrace:
▆
1. └─purrr::walk(...) at test-plot_or.R:250:3
2. └─purrr::map(.x, .f, ..., .progress = .progress)
3. └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
4. └─purrr:::vctrs_vec_compat(.x, .purrr_user_env)
[ FAIL 4 | WARN 0 | SKIP 9 | PASS 43 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘using_plotor.Rmd’ using rmarkdown
Quitting from using_plotor.Rmd:269-286 [unnamed-chunk-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'labelled'
---
Backtrace:
▆
1. └─base::library(labelled)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using_plotor.Rmd' failed with diagnostics:
there is no package called 'labelled'
--- failed re-building ‘using_plotor.Rmd’
SUMMARY: processing the following file failed:
‘using_plotor.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64