Package: migraph Check: tests New result: ERROR Running ‘testthat.R’ [53s/31s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > library(migraph) Loading required package: autograph Loading required package: netrics Attaching package: 'netrics' The following objects are masked from 'package:manynet': node_in_adopter, node_in_automorphic, node_in_betweenness, node_in_brokering, node_in_community, node_in_component, node_in_core, node_in_eigen, node_in_equivalence, node_in_fluid, node_in_greedy, node_in_infomap, node_in_leiden, node_in_louvain, node_in_optimal, node_in_partition, node_in_regular, node_in_roulette, node_in_spinglass, node_in_strong, node_in_structural, node_in_walktrap, node_in_weak, node_is_core, node_is_cutpoint, node_is_exposed, node_is_fold, node_is_independent, node_is_infected, node_is_isolate, node_is_latent, node_is_max, node_is_mean, node_is_mentor, node_is_min, node_is_neighbor, node_is_pendant, node_is_random, node_is_recovered, node_is_universal, tie_is_bridge, tie_is_cyclical, tie_is_feedback, tie_is_imbalanced, tie_is_loop, tie_is_max, tie_is_min, tie_is_multiple, tie_is_path, tie_is_random, tie_is_reciprocated, tie_is_simmelian, tie_is_transitive, tie_is_triangular, tie_is_triplet > > test_check("migraph") Starting 2 test processes. > test-tutorials_manynet.R: Loading required namespace: shiny > test-tutorials_migraph.R: [1] "Hello World" > test-tutorials_netrics.R: [1] 0.48378 > test-tutorials_run.R: # A tibble: 0 x 0 > test-tutorials_run.R: # A tibble: 0 x 0 Saving _problems/test-tutorials_netrics-11.R [ FAIL 1 | WARN 0 | SKIP 5 | PASS 658 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • Installed autograph is version 1.0.0; but 1.0.1 is required (1): 'test-tutorials_autograph.R:8:3' • Installed manynet is version 2.0.1; but 2.0.2 is required (1): 'test-tutorials_manynet.R:8:3' • On Linux (1): 'test-model_tests.R:58:3' • Skipping slow functions in diffusion.Rmd (1): 'test-tutorials_migraph.R:12:5' • empty test (1): 'test-measure_over.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tutorials_netrics.R:10:5'): netrics tutorial code runs without warnings or errors ── Expected `e` to be NULL. Differences: `actual` is an S3 object of class , a list `expected` is NULL Error in expression 26 of position.Rmd: plot(node_in_structural(alge, k = "elbow")) Backtrace: ▆ 1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:10:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─migraph:::check_tute_functions(tute) 5. └─testthat::expect_null(...) at ./helper-functions.R:120:5 [ FAIL 1 | WARN 0 | SKIP 5 | PASS 658 ] Error: ! Test failures. Execution halted