CRAN Package Check Results for Package OmicsQC

Last updated on 2026-03-09 10:50:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 2.07 44.40 46.47 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 1.57 31.90 33.47 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 73.07 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 81.83 OK
r-devel-macos-arm64 1.1.1 1.00 27.00 28.00 OK
r-devel-windows-x86_64 1.1.1 4.00 67.00 71.00 OK
r-patched-linux-x86_64 1.1.1 2.42 41.08 43.50 OK
r-release-linux-x86_64 1.1.1 1.99 41.04 43.03 OK
r-release-macos-arm64 1.1.1 1.00 26.00 27.00 OK
r-release-macos-x86_64 1.1.1 2.00 64.00 66.00 OK
r-release-windows-x86_64 1.1.1 4.00 62.00 66.00 OK
r-oldrel-macos-arm64 1.1.1 1.00 27.00 28.00 OK
r-oldrel-macos-x86_64 1.1.1 2.00 103.00 105.00 OK
r-oldrel-windows-x86_64 1.1.1 5.00 77.00 82.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat); > > test_check('OmicsQC') Loading required package: OmicsQC Saving _problems/test-plotting-127.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 66 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-plotting.R:124:3'): get.qc.multipanelplot ──────────────────── Expected `get.qc.multipanelplot(barplot = bp, heatmap = hm)` not to throw any errors. Actually got a <simpleError> with message: a character vector argument expected Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-plotting.R:124:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─OmicsQC::get.qc.multipanelplot(barplot = bp, heatmap = hm) 8. └─BoutrosLab.plotting.general::create.multipanelplot(...) 9. └─BoutrosLab.plotting.general:::get.legend.height(...) 10. └─tools::file_ext(filename) 11. ├─base::ifelse(...) 12. ├─base::grepl("^(.*[^.]+.*)[.]([[:alnum:]]+)$", basename(x)) 13. │ └─base::is.factor(x) 14. └─base::basename(x) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 66 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc