R Under development (unstable) (2024-10-28 r87274 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 0 | SKIP 21 | PASS 563 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3', 'test-map_autograph.R:2:3', 'test-map_autograph.R:17:3', 'test-map_autograph.R:31:3', 'test-map_autograph.R:47:3', 'test-map_autograph.R:65:3', 'test-map_autograph.R:91:3', 'test-map_autograph.R:103:3', 'test-map_autograph.R:113:3', 'test-map_autograph.R:120:3', 'test-map_autograph.R:127:3', 'test-map_autograph.R:140:3', 'test-map_autograph.R:158:3', 'test-map_autograph.R:171:3', 'test-map_autograph.R:180:3', 'test-mark_nodes.R:36:3', 'test-mark_nodes.R:45:3', 'test-mark_nodes.R:82:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 563 ] > > proc.time() user system elapsed 3.10 0.51 10.82