R version 4.6.0 alpha (2026-04-03 r89785 ucrt) 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 27 | PASS 65 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (21): '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', 'test-graphr.R:182:3' • On Windows (1): 'test-theme_set.R:59:3' • empty test (1): 'test-plot_manynet.R:1: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 0 | SKIP 27 | PASS 65 ] > > proc.time() user system elapsed 2.59 0.35 13.57