R Under development (unstable) (2025-12-12 r89163 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(ggfittext) > > test_check("ggfittext") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 4 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-geom_bar_text.R:4:1', 'test-geom_bar_text.R:55:1', 'test-geom_bar_text.R:117:1', 'test-geom_bar_text.R:134:1', 'test-geom_bar_text.R:157:1', 'test-geom_fit_text.R:4:1', 'test-geom_fit_text.R:24:1', 'test-geom_fit_text.R:78:1', 'test-geom_fit_text.R:91:1', 'test-geom_fit_text.R:102:1', 'test-geom_fit_text.R:147:1', 'test-geom_fit_text.R:155:1', 'test-geom_fit_text.R:183:1', 'test-geom_fit_text.R:206:1', 'test-geom_fit_text.R:273:1', 'test-geom_fit_text.R:323:1' • On Windows (2): 'test-richtext.R:5:3', 'test-richtext.R:63:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 4 ] Deleting unused snapshots: 'richtext/basic-bar-plot-with-rich-text.svg', 'richtext/basic-rich-text-with-grow-and-reflow.svg', 'richtext/basic-rich-text-with-grow.svg', 'richtext/basic-rich-text-with-reflow.svg', 'richtext/basic-rich-text.svg', 'richtext/complex-rich-text-with-grow-and-reflow.svg', 'richtext/complex-rich-text-with-reflow-only.svg', 'richtext/rich-bar-plot-with-grow-and-reflow.svg', 'richtext/rich-bar-plot-with-grow.svg', and 'richtext/rich-bar-plot-with-reflow.svg' > > proc.time() user system elapsed 18.48 0.73 19.17