R Under development (unstable) (2026-07-20 r90283 ucrt) -- "Unsuffered Consequences" 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(autograph) Loading required package: manynet > > stocnet_theme("default") > test_check("autograph") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 55 | PASS 531 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • Installed manynet is version 2.2.1; but 2.2.2 is required (1): 'test-grapht.R:310:3' • On CRAN (49): 'test-functional_aes.R:40:3', 'test-functional_aes.R:59:3', 'test-functional_aes.R:67:3', 'test-functional_aes.R:81:3', 'test-functional_layouts.R:33:3', 'test-functional_layouts.R:68:3', 'test-functional_layouts.R:76:3', 'test-functional_layouts.R:84:3', 'test-functional_layouts.R:91:3', 'test-functional_layouts.R:107:3', 'test-functional_plots.R:71:3', 'test-functional_plots.R:96:3', 'test-functional_plots.R:114:3', 'test-functional_plots.R:129:3', 'test-functional_plots.R:149:3', 'test-functional_plots.R:164:3', 'test-functional_plots.R:183:3', 'test-functional_plots.R:201:3', 'test-layout_partition.R:3:3', 'test-layout_partition.R:15:3', 'test-layout_partition.R:24:3', 'test-layout_partition.R:54:3', 'test-layout_partition.R:63:3', 'test-layout_partition.R:72:3', 'test-layout_partition.R:79:3', 'test-graphr.R:14:3', 'test-graphr.R:29:3', 'test-graphr.R:43:3', 'test-graphr.R:59:3', 'test-graphr.R:80:3', 'test-graphr.R:104:3', 'test-graphr.R:116:3', 'test-graphr.R:126:3', 'test-graphr.R:132:3', 'test-graphr.R:139:3', 'test-graphr.R:151:3', 'test-graphr.R:165:3', 'test-graphr.R:174:3', 'test-graphr.R:185:3', 'test-graphr.R:198:3', 'test-graphr.R:212:3', 'test-graphr.R:226:3', 'test-graphr.R:236:3', 'test-graphr.R:242:3', 'test-graphr.R:267:3', 'test-graphr.R:273:3', 'test-graphr.R:284:3', 'test-graphr.R:297:3', 'test-graphr.R:315:3' • On Windows (1): 'test-theme_set.R:59:3' • empty test (1): 'test-plot_manynet.R:1:1' • grepl("starwars|physicians|potter", nm) is TRUE (3): 'test-graphr.R:7:5', 'test-graphr.R:7:5', 'test-graphr.R:7:5' [ FAIL 0 | WARN 0 | SKIP 55 | PASS 531 ] > > proc.time() user system elapsed 7.78 0.95 30.29