R Under development (unstable) (2026-02-16 r89426 ucrt) -- "Unsuffered Consequences" 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) > > test_check("manynet") Starting 2 test processes. > test-make_play.R: [1] "Moving node 6 to node 73" > test-make_play.R: [1] "Moving node 27 to node 19" > test-make_play.R: [1] "Moving node 28 to node 62" > test-make_play.R: [1] "Moving node 70 to node 2" > test-make_play.R: [1] "Moving node 3 to node 76" > test-make_play.R: [1] "Moving node 72 to node 91" > test-make_play.R: [1] "Moving node 77 to node 26" > test-make_play.R: [1] "Moving node 99 to node 39" > test-manip_add.R: Joining with `by = join_by(type, name, Surname, Title)` > test-manip_as.R: > test-manip_as.R: -- # The Adolescent Society ---------------------------------------------------- > test-manip_as.R: # A labelled, undirected network of 8 adolescents and 10 friendships ties > test-manip_as.R: > test-manip_as.R: -- Nodes > test-manip_as.R: > test-manip_as.R: -- Ties > test-manip_as.R: > test-manip_split.R: Joining with `by = join_by(name, unicorn)` > test-manip_split.R: Joining with `by = join_by(name, unicorn)` > test-manip_transform.R: Joining with `by = join_by(name)` > test-manip_transform.R: Joining with `by = join_by(name)` > test-manip_transform.R: Joining with `by = join_by(name)` > test-manip_transform.R: Joining with `by = join_by(name)` > test-manip_transform.R: Joining with `by = join_by(name)` > test-manip_transform.R: Joining with `by = join_by(name)` > test-member_community.R: i Considering each of `node_in_infomap()`, `node_in_spinglass()`, `node_in_fluid()`, `node_in_louvain()`, `node_in_leiden()`, `node_in_greedy()`, `node_in_eigen()`, and `node_in_walktrap()`. > test-member_community.R: ========>---------------------- 25% | ETA: 3m > test-member_community.R: v `node_in_eigen()` returns the highest modularity (0.857). > test-member_community.R: ========>---------------------- 25% | ETA: 3m > test-member_community.R: ========>---------------------- 25% | ETA: 3m > test-member_community.R: i Excluding `node_in_spinglass()` and `node_in_fluid()` because network unconnected. > test-member_community.R: ========>---------------------- 25% | ETA: 3m > test-member_community.R: i Excluding `node_in_louvain()`, `node_in_leiden()`, and `node_in_eigen()` because network directed. > test-member_community.R: ========>---------------------- 25% | ETA: 3m > test-member_community.R: i Considering each of `node_in_infomap()`, `node_in_greedy()`, and `node_in_walktrap()`. > test-member_community.R: ========>---------------------- 25% | ETA: 3m > test-member_community.R: v `node_in_walktrap()` returns the highest modularity (0.826). > test-member_community.R: ========>---------------------- 25% | ETA: 3m [ FAIL 0 | WARN 0 | SKIP 5 | PASS 698 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-manip_as.R:93:3', 'test-manip_split.R:49:3', 'test-mark_nodes.R:85:3', 'test-mark_ties.R:41:3', 'test-mark_ties.R:50:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 698 ] > > proc.time() user system elapsed 5.15 0.78 71.18