Package: migraph Check: tests New result: ERROR Running ‘testthat.R’ [25s/17s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > library(migraph) Loading required package: autograph > > test_check("migraph") Starting 2 test processes. Saving _problems/test-measure_over-3.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 46 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-measure_over.R:3:3'): over_waves works ─────────────────────── Expected `unname(unlist(c(res)))` to equal `c(58, 48, 52, 57, 43, 54)`. Differences: `actual`: 48.0 52.0 57.0 43.0 54.0 64.0 `expected`: 58.0 48.0 52.0 57.0 43.0 54.0 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 46 ] Error: ! Test failures. Execution halted