R Under development (unstable) (2025-09-10 r88809 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 15 | PASS 42 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-layout_partition.R:3:3', 'test-layout_partition.R:16:3', 'test-layout_partition.R:25:3', 'test-layout_partition.R:56:3', 'test-plot_graphr.R:2:3', 'test-plot_graphr.R:17:3', 'test-plot_graphr.R:31:3', 'test-plot_graphr.R:47:3', 'test-plot_graphr.R:65:3', 'test-plot_graphr.R:91:3', 'test-plot_graphr.R:103:3', 'test-plot_graphr.R:113:3', 'test-plot_graphr.R:119:3' • On Windows (1): 'test-theme_set.R:59:3' • empty test (1): 'test-plot_manynet.R:3:1' [ FAIL 0 | WARN 1 | SKIP 15 | PASS 42 ] > > proc.time() user system elapsed 3.34 0.67 9.06