Last updated on 2026-04-08 20:52:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.5 | 2.62 | 96.35 | 98.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.5 | 1.99 | 46.78 | 48.77 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.5 | 149.25 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.6.5 | 151.70 | OK | |||
| r-devel-macos-arm64 | 0.6.5 | 1.00 | 25.00 | 26.00 | OK | |
| r-devel-windows-x86_64 | 0.6.5 | 4.00 | 112.00 | 116.00 | OK | |
| r-patched-linux-x86_64 | 0.6.5 | 2.90 | 89.83 | 92.73 | OK | |
| r-release-linux-x86_64 | 0.6.5 | 2.39 | 87.54 | 89.93 | OK | |
| r-release-macos-arm64 | 0.6.5 | 1.00 | 41.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 0.6.5 | 2.00 | 101.00 | 103.00 | OK | |
| r-release-windows-x86_64 | 0.6.5 | 4.00 | 109.00 | 113.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.5 | 1.00 | 40.00 | 41.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.6.5 | 2.00 | 88.00 | 90.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.5 | 5.00 | 140.00 | 145.00 | OK |
Version: 0.6.5
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-144.R
Saving _problems/test-LISTO-145.R
Saving _problems/test-LISTO-146.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 39 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-LISTO.R:144:5'): buildSeuratMarkerList works ─────────────────
Expected `is(res$G0, "data.frame")` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-LISTO.R:145: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:146:5'): buildSeuratMarkerList works ─────────────────
Expected `length(res)` to equal 4.
Differences:
`actual`: 0.0
`expected`: 4.0
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 39 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.5
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘scRNAseq’
Flavor: r-oldrel-macos-arm64