R Under development (unstable) (2023-12-13 r85679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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") [ FAIL 0 | WARN 0 | SKIP 14 | PASS 330 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): '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:67:3', 'test-map_autographr.R:95:3', 'test-map_autographr.R:107:3', 'test-map_autographr.R:116:3', 'test-map_autographr.R:122:3', 'test-map_autographr.R:129:3', 'test-map_autographr.R:142:3', 'test-map_autographr.R:159:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 330 ] > > proc.time() user system elapsed 5.84 0.48 6.31