R Under development (unstable) (2023-08-28 r85029 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ggh4x) Loading required package: ggplot2 > > test_check("ggh4x") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 786 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-facet_grid2.R:93:3', 'test-facet_manual.R:24:3', 'test-facet_manual.R:95:3', 'test-facetted_pos_scales.R:330:3', 'test-facetted_pos_scales.R:341:3', 'test-facetted_pos_scales.R:359:3', 'test-geom_outline_point.R:17:3', 'test-guide_axis_logticks.R:113:5', 'test-guide_axis_manual.R:129:5', 'test-guide_axis_manual.R:138:3', 'test-guide_axis_minor.R:106:5', 'test-guide_axis_nested.R:93:5', 'test-scale_colour_multi.R:250:3', 'test-scale_fill_multi.R:251:3', 'test-scale_listed.R:199:3', 'test-scale_listed.R:203:3', 'test-scale_listed.R:207:3', 'test-scale_listed.R:211:3', 'test-scale_listed.R:218:3', 'test-strips.R:121:3', 'test-strips.R:126:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 786 ] Deleting unused snapshots: • facet_manual/removable-whitespace.svg > > proc.time() user system elapsed 32.14 0.73 32.86