R Under development (unstable) (2025-07-05 r88387 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(cowplot) > > test_check("cowplot") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 60 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test_draw_.R:8:3', 'test_draw_.R:30:3', 'test_draw_.R:85:3', 'test_key_glyph.R:19:3', 'test_plot_grid.R:11:3', 'test_plot_grid.R:49:3', 'test_themes.R:62:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 60 ] Deleting unused snapshots: • draw_/bottom-right-half-width-height.svg • draw_/centered-half-width-height.svg • draw_/four-corners-aligned-scaled.svg • draw_/label-color-specified-w-uk-spelling.svg • draw_/label-color-specified-w-us-spelling.svg • draw_/top-left-half-width-height.svg • key_glyph/circle-key-glyph-color-used-as-fill.svg • plot_grid/aligning-faceted-plots-w-unequal-widths.svg • plot_grid/basic-plot-arranging-labeling.svg • plot_grid/colwise-arranging.svg • plot_grid/h-v-alignment-right-and-top-axes.svg • plot_grid/horizontal-alignment-bottom-axis.svg • plot_grid/horizontal-alignment-top-axis.svg • plot_grid/horizontal-alignment.svg • plot_grid/horizontal-vertical-alignment.svg • plot_grid/scaling-plots.svg • plot_grid/setting-heights-1-1-2.svg • plot_grid/setting-widths-1-1-2.svg • plot_grid/vertical-alignment-left-axis.svg • plot_grid/vertical-alignment-right-axis.svg • themes/theme-half-open-huge.svg • themes/theme-half-open-tiny.svg • themes/theme-minimal-grid-huge.svg • themes/theme-minimal-grid-tiny.svg • themes/theme-minimal-grid.svg • themes/theme-minimal-hgrid-huge.svg • themes/theme-minimal-hgrid-tiny.svg • themes/theme-minimal-hgrid.svg • themes/theme-minimal-vgrid-huge.svg • themes/theme-minimal-vgrid-tiny.svg • themes/theme-minimal-vgrid.svg > > proc.time() user system elapsed 8.03 0.64 8.17