Last updated on 2026-06-08 19:51:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3 | 2.06 | 96.34 | 98.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.3 | 1.94 | 46.61 | 48.55 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.3 | 151.70 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.3 | 5.00 | 168.19 | 173.19 | OK | |
| r-devel-windows-x86_64 | 0.7.3 | 5.00 | 114.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 0.7.3 | 2.97 | 91.03 | 94.00 | OK | |
| r-release-linux-x86_64 | 0.7.3 | 2.11 | 91.09 | 93.20 | OK | |
| r-release-macos-arm64 | 0.7.3 | 1.00 | 35.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.7.3 | 2.00 | 136.00 | 138.00 | OK | |
| r-release-windows-x86_64 | 0.7.3 | 5.00 | 114.00 | 119.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.3 | 1.00 | 35.00 | 36.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.3 | 2.00 | 160.00 | 162.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.3 | 5.00 | 145.00 | 150.00 | OK |
Version: 0.7.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/27s]
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(LISTO)
>
> test_check("LISTO")
Install Seurat to use `buildSeuratMarkerList`.
Saving _problems/test-LISTO-149.R
Saving _problems/test-LISTO-150.R
Saving _problems/test-LISTO-151.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 42 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-LISTO.R:149:5'): buildSeuratMarkerList works ─────────────────
Expected `is(res$G0, "data.frame")` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-LISTO.R:150:5'): buildSeuratMarkerList works ─────────────────
Expected `res$G0$p_val_adj[1]` to equal 0.8366238.
Differences:
`actual` is NULL
`expected` is a double vector (0.8366238)
── Failure ('test-LISTO.R:151:5'): buildSeuratMarkerList works ─────────────────
Expected `length(res)` to equal 4.
Differences:
`actual`: 0.0
`expected`: 4.0
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 42 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc