Last updated on 2026-04-28 02:51:08 CEST.
| Package | ERROR | OK |
|---|---|---|
| cvdprevent | 13 | |
| plotor | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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