Package check result: OK Changes to worse in reverse depends: Package: migraph Check: examples New result: ERROR Running examples in ‘migraph-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tests > ### Title: Tests of network measures > ### Aliases: tests test_random test_configuration test_permutation > > ### ** Examples > > marvel_friends <- to_unsigned(ison_marvel_relationships) Error: object 'ison_marvel_relationships' not found Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed predict 5.914 0.056 5.97 Package: migraph Check: tests New result: ERROR Running ‘testthat.R’ [15s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > library(migraph) Loading required package: autograph Registered S3 method overwritten by 'migraph': method from print.ergm ergm > > test_check("migraph") Starting 2 test processes. Saving _problems/test-model_tests-3.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 16 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-measure_over.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-model_tests.R:2:1'): (code run outside of `test_that()`) ─────── Error: 'ison_marvel_relationships' is not an exported object from 'namespace:manynet' Backtrace: ▆ 1. ├─... %>% manynet::to_subgraph(PowerOrigin == "Human") at test-model_tests.R:2:1 2. ├─manynet::to_subgraph(., PowerOrigin == "Human") 3. ├─manynet::to_giant(manynet::to_unsigned(manynet::ison_marvel_relationships)) 4. └─manynet::to_unsigned(manynet::ison_marvel_relationships) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 16 ] Error: ! Test failures. Execution halted