R version 4.6.0 alpha (2026-04-03 r89785 ucrt) Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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_autograph.R: Loading required namespace: shiny [ FAIL 0 | WARN 0 | SKIP 1 | PASS 51 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-measure_over.R:1:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 51 ] > > proc.time() user system elapsed 3.00 0.59 40.09