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) > > test_check("manynet") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 18 | PASS 401 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • Avoid verbose output tests during the day (2): 'test-class_stocnet.R:2:3', 'test-coercion.R:143:3' • Known lossy coercion from stocnet to network (1): 'test-coercion.R:28:7' • On CRAN (2): 'test-coercion.R:129:3', 'test-manip_split.R:49:3' • Some create functions only create one-mode networks (1): 'test-make_create.R:13:3' • Some functions expect a two-mode network (3): 'test-manip_transform.R:9:5', 'test-manip_transform.R:9:5', 'test-manip_transform.R:9:5' • Some functions have internal errors (3): 'test-manip_transform.R:10:5', 'test-manip_transform.R:10:5', 'test-manip_transform.R:10:5' • Some functions need more input (4): 'test-manip_transform.R:8:5', 'test-manip_transform.R:8:5', 'test-manip_transform.R:8:5', 'test-manip_transform.R:8:5' • nodelist and pajek read/write not tested yet (2): 'test-make_read.R:12:5', 'test-make_read.R:12:5' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 401 ] > > proc.time() user system elapsed 2.40 0.26 6.42