R Under development (unstable) (2024-03-14 r86117 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) Registered S3 method overwritten by 'manynet': method from print.tbl_graph tidygraph > > test_check("manynet") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 18 | PASS 340 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-manip_as.R:86:3', 'test-manip_split.R:50:3', 'test-map_autographr.R:2:3', 'test-map_autographr.R:17:3', 'test-map_autographr.R:31:3', 'test-map_autographr.R:49:3', 'test-map_autographr.R:68:3', 'test-map_autographr.R:96:3', 'test-map_autographr.R:108:3', 'test-map_autographr.R:117:3', 'test-map_autographr.R:123:3', 'test-map_autographr.R:130:3', 'test-map_autographr.R:143:3', 'test-map_autographr.R:160:3', 'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 340 ] > > proc.time() user system elapsed 2.31 0.42 6.34