R Under development (unstable) (2023-12-20 r85713 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 17 | PASS 770 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-facet_grid2.R:93:3', 'test-facet_manual.R:24: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_manual.R:129:5', 'test-guide_axis_manual.R:138:3', 'test-scale_colour_multi.R:205:3', 'test-scale_fill_multi.R:208:3', 'test-scale_listed.R:156:3', 'test-scale_listed.R:160:3', 'test-scale_listed.R:164:3', 'test-scale_listed.R:168:3', 'test-scale_listed.R:175:3', 'test-strips.R:122:3', 'test-strips.R:127:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 770 ] > > proc.time() user system elapsed 33.43 0.60 34.03