R Under development (unstable) (2024-01-29 r85841 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 17 | PASS 4 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-geom_bar_text.R:6:3', 'test-geom_bar_text.R:46:3', 'test-geom_bar_text.R:94:3', 'test-geom_bar_text.R:106:3', 'test-geom_fit_text.R:6:3', 'test-geom_fit_text.R:28:3', 'test-geom_fit_text.R:84:3', 'test-geom_fit_text.R:99:3', 'test-geom_fit_text.R:110:3', 'test-geom_fit_text.R:147:3', 'test-geom_fit_text.R:157:3', 'test-geom_fit_text.R:179:3', 'test-geom_fit_text.R:200:3', 'test-geom_fit_text.R:260:3', 'test-geom_fit_text.R:304:3' • On Windows (2): 'test-richtext.R:5:3', 'test-richtext.R:63:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 4 ] Deleting unused snapshots: • geom_bar_text/bar-plot-with-coord-flip-and-place-middle.svg • geom_bar_text/bar-plot-with-dodged-labels-and-coord-flip.svg • geom_bar_text/bar-plot-with-implied-axis-flip-and-place-middle.svg • geom_bar_text/bar-plot-with-implied-axis-flip.svg • geom_bar_text/contrasting-with-non-black-text.svg • geom_bar_text/dodged-labels-growing-and-reflowing.svg • geom_bar_text/integer-y-shouldn-t-induce-an-implied-flip.svg • geom_bar_text/stacked-bar-plot-with-0-values.svg • geom_bar_text/stacked-labels-growing-and-reflowing.svg • geom_bar_text/stacked-labels.svg • geom_fit_text/box-defined-with-xmin-xmax-and-y.svg • geom_fit_text/box-defined-with-xmin-xmax-and-ymin-ymax.svg • geom_fit_text/complex-text-with-reflowing-and-growing.svg • geom_fit_text/complex-text-with-reflowing-only.svg • geom_fit_text/contrasting-with-non-black-text.svg • geom_fit_text/growing-with-placement-at-the-bottom.svg • geom_fit_text/growing-with-reflowing.svg • geom_fit_text/placing-at-the-bottom-right.svg • geom_fit_text/placing-at-the-top.svg • geom_fit_text/polar-plot-with-flip-and-shifted-start.svg • geom_fit_text/polar-plot-with-flip-and-text-in-top-left.svg • geom_fit_text/polar-plot-with-growing-fullheight.svg • geom_fit_text/polar-plot-with-growing-non-fullheight.svg • geom_fit_text/polar-plot-with-height-of-5-mm.svg • geom_fit_text/polar-plot-with-text-placed-at-the-bottom.svg • geom_fit_text/polar-plot-with-text-placed-at-the-top.svg • geom_fit_text/polar-plot-with-width-of-100-mm.svg • geom_fit_text/polar-plot-with-width-of-40-mm.svg • geom_fit_text/reflowing-without-growing.svg • 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 • richtext/rich-bar-plot-with-reflow.svg > > proc.time() user system elapsed 4.46 0.37 4.82