Last updated on 2026-04-09 05:51:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 35.31 | 191.48 | 226.79 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 0.27 | 2.18 | 2.45 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 66.00 | 216.43 | 282.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 70.00 | 287.28 | 357.28 | OK | |
| r-devel-macos-arm64 | 1.0.1 | 10.00 | 54.00 | 64.00 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 44.00 | 186.00 | 230.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.1 | 37.27 | 182.96 | 220.23 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 35.41 | 181.62 | 217.03 | OK | |
| r-release-macos-arm64 | 1.0.1 | 9.00 | 48.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 28.00 | 174.00 | 202.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 27.00 | 174.00 | 201.00 | OK |
Version: 1.0.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘Seurat’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
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(SPACO)
>
> test_check("SPACO")
Saving _problems/test-SCA-28.R
Saving _problems/test-SCA-35.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-SCA.R:28:3'): spaco works ────────────────────────────────────
Expected `test$score` to equal `test_Matrix$score`.
Differences:
actual | expected
[1] 0.2509 - 0.2444 [1]
[2] 0.1871 - 0.0054 [2]
[3] 0.2714 - 0.1455 [3]
[4] 0.8460 - 0.7275 [4]
[5] 0.0147 - 0.0127 [5]
[6] 0.0800 - 0.0086 [6]
[7] 0.2397 - 0.2101 [7]
[8] 0.5871 - 0.3422 [8]
[9] 0.1465 - 0.0257 [9]
[10] 0.3632 - 0.3338 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.0286 - 0.0089 [1]
[2] 0.2782 - 0.1610 [2]
[3] 0.3366 - 0.3018 [3]
[4] 0.0848 - 0.0736 [4]
[5] 0.1006 - 0.0037 [5]
[6] 0.1085 - 0.0307 [6]
[7] 0.1388 - 0.1369 [7]
[8] 0.5714 - 0.0329 [8]
[9] 0.0377 - 0.0358 [9]
[10] 0.2665 - 0.2077 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64