R Under development (unstable) (2025-11-09 r88992 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(saros) > > testthat::test_check("saros") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 21 | PASS 978 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-get_fig_title_suffix_from_ggplot.R:77:3', 'test-get_fig_title_suffix_from_ggplot.R:106:3', 'test-get_fig_title_suffix_from_ggplot.R:124:3', 'test-get_fig_title_suffix_from_ggplot.R:144:3', 'test-get_fig_title_suffix_from_ggplot.R:187:3', 'test-girafe-binary-colors.R:2:3', 'test-girafe-binary-colors.R:32:3', 'test-girafe-binary-colors.R:61:3', 'test-issue-500.R:2:3', 'test-make_content.cat_plot_html.R:16:3', 'test-makeme-int-plot-html-snapshots.R:17:3', 'test-makeme-int-plot-html-snapshots.R:27:3', 'test-makeme-int-plot-html-snapshots.R:37:3', 'test-makeme-int-plot-html-snapshots.R:48:3', 'test-makeme-int-plot-html-snapshots.R:59:3', 'test-makeme-int-plot-html-snapshots.R:71:3', 'test-makeme-int-plot-html-snapshots.R:90:3', 'test-makeme-int-plot-html-snapshots.R:107:3', 'test-makeme-int-plot-html-snapshots.R:118:3', 'test-makeme-int-plot-html-snapshots.R:132:3' • {svglite} is not installed (1): 'test-utils-ggsaver.R:38:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 978 ] > > proc.time() user system elapsed 3.12 0.29 28.40