R Under development (unstable) (2026-07-30 r90327 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 52 | PASS 639 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (51): '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:60:3', 'test-functional_layouts.R:85:3', 'test-functional_layouts.R:131:3', 'test-functional_layouts.R:139:3', 'test-functional_layouts.R:147:3', 'test-functional_layouts.R:154:3', 'test-functional_layouts.R:170:3', 'test-functional_plots.R:71:3', 'test-functional_plots.R:96:3', 'test-functional_plots.R:127:3', 'test-functional_plots.R:142:3', 'test-functional_plots.R:162:3', 'test-functional_plots.R:177:3', 'test-functional_plots.R:196:3', 'test-functional_plots.R:214:3', 'test-functional_plots.R:228:3', 'test-graphr.R:26:3', 'test-graphr.R:41:3', 'test-graphr.R:55:3', 'test-graphr.R:71:3', 'test-graphr.R:91:3', 'test-graphr.R:114:3', 'test-graphr.R:126:3', 'test-graphr.R:135:3', 'test-graphr.R:141:3', 'test-graphr.R:148:3', 'test-graphr.R:160:3', 'test-graphr.R:174:3', 'test-graphr.R:183:3', 'test-graphr.R:194:3', 'test-graphr.R:207:3', 'test-graphr.R:221:3', 'test-graphr.R:235:3', 'test-graphr.R:245:3', 'test-graphr.R:251:3', 'test-graphr.R:276:3', 'test-graphr.R:285:3', 'test-graphr.R:295:3', 'test-graphr.R:308:3', 'test-graphr.R:325:3', 'test-layout_partition.R:3:3', 'test-layout_partition.R:15:3', 'test-layout_partition.R:23:3', 'test-layout_partition.R:53:3', 'test-layout_partition.R:62:3', 'test-layout_partition.R:71:3', 'test-layout_partition.R:78:3' • On Windows (1): 'test-theme_set.R:63:3' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 639 ] > > proc.time() user system elapsed 7.39 0.92 30.95