R Under development (unstable) (2026-02-26 r89489 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 1 | SKIP 26 | PASS 63 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (20): '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:77:3', 'test-graphr.R:101:3', 'test-graphr.R:113:3', 'test-graphr.R:123:3', 'test-graphr.R:129:3', 'test-graphr.R:136:3', 'test-graphr.R:148:3', 'test-graphr.R:162:3', 'test-graphr.R:171:3' • On Windows (1): 'test-theme_set.R:59:3' • empty test (1): 'test-plot_manynet.R:3:1' • grepl("starwars|physicians|potter|marvel", nm) is TRUE (4): 'test-graphr.R:7:5', 'test-graphr.R:7:5', 'test-graphr.R:7:5', 'test-graphr.R:7:5' [ FAIL 0 | WARN 1 | SKIP 26 | PASS 63 ] > > proc.time() user system elapsed 2.67 0.45 15.00