Package check result: ERROR Check: tests, Result: ERROR Running ‘testthat.R’ [11s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(singleCellHaystack) > > test_check("singleCellHaystack") Saving _problems/test-haystack_continuous-17.R Saving _problems/test-haystack_continuous-31.R Saving _problems/test-haystack_sparse-21.R Saving _problems/test-haystack_sparse-36.R Saving _problems/test-haystack_sparse-37.R [ FAIL 5 | WARN 0 | SKIP 0 | PASS 33 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-haystack_continuous.R:17:3'): haystack continuous highD works ── Expected `x$results["gene_24", "log.p.vals"]` to equal `-25.7761`. Differences: 1/1 mismatches [1] -25.8 - -25.8 == -0.0012 ── Failure ('test-haystack_continuous.R:31:3'): haystack continuous highD works ── Expected `x$results["gene_24", "log.p.vals"]` to equal `-20.65827`. Differences: 1/1 mismatches [1] -20.6 - -20.7 == 0.0262 ── Failure ('test-haystack_sparse.R:21:3'): haystack works ───────────────────── Expected `x$results["gene_1", "log.p.vals"]` to equal `-0.4574128`. Differences: 1/1 mismatches [1] -0.455 - -0.457 == 0.00216 ── Failure ('test-haystack_sparse.R:36:3'): haystack works ───────────────────── Expected `x$results["gene_1", "D_KL"]` to equal 0.2716761. Differences: 1/1 mismatches [1] 0.281 - 0.272 == 0.00979 ── Failure ('test-haystack_sparse.R:37:3'): haystack works ───────────────────── Expected `x$results["gene_1", "log.p.vals"]` to equal `-0.4350106`. Differences: 1/1 mismatches [1] -0.47 - -0.435 == -0.0346 [ FAIL 5 | WARN 0 | SKIP 0 | PASS 33 ] Error: ! Test failures. Execution halted