CRAN Package Check Results for Maintainer ‘David Köhler <koehler at imbie.uni-bonn.de>’

Last updated on 2026-04-09 05:52:04 CEST.

Package ERROR OK
ONAM 14
SPACO 2 9

Package ONAM

Current CRAN status: OK: 14

Package SPACO

Current CRAN status: ERROR: 2, OK: 9

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