R Under development (unstable) (2025-11-18 r89035 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 17 to node 34" > test-make_play.R: [1] "Moving node 7 to node 70" > test-make_play.R: [1] "Moving node 31 to node 74" > test-make_play.R: [1] "Moving node 44 to node 7" > test-make_play.R: [1] "Moving node 56 to node 50" > test-make_play.R: [1] "Moving node 61 to node 18" > test-manip_add.R: Joining with `by = join_by(type, name, Surname, Title)` > test-make_play.R: [1] "Moving node 67 to node 95" > test-make_play.R: [1] "Moving node 93 to node 17" > 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-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 696 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-manip_as.R:93:3', 'test-manip_split.R:49:3', 'test-mark_ties.R:41:3', 'test-mark_ties.R:50:3', 'test-mark_nodes.R:85:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 696 ] > > proc.time() user system elapsed 3.20 0.34 66.79