R Under development (unstable) (2024-09-28 r87201 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 18628 | SKIP 21 | PASS 565 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:47:3', 'test-map_autographr.R:65:3', 'test-map_autographr.R:90:3', 'test-map_autographr.R:102:3', 'test-map_autographr.R:111:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:124:3', 'test-map_autographr.R:137:3', 'test-map_autographr.R:154:3', 'test-map_autographr.R:174:3', 'test-map_autographr.R:183:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' [ FAIL 0 | WARN 18628 | SKIP 21 | PASS 565 ] > > proc.time() user system elapsed 84.73 2.84 649.71