R Under development (unstable) (2024-01-07 r85787 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(patchwork) > > test_check("patchwork") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 0 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-arithmetic.R:2:3', 'test-arithmetic.R:29:3', 'test-arithmetic.R:39:3', 'test-arithmetic.R:54:3', 'test-collect_axes.R:11:3', 'test-collect_axes.R:30:3', 'test-layout.R:2:3', 'test-layout.R:33:3', 'test-layout.R:58:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 0 ] Deleting unused snapshots: • arithmetic/add-base-graphics-p1-plot-1-10-1-10.svg • arithmetic/add-ggplot-elements-p1-p2-theme-bw.svg • arithmetic/add-grob-p1-textgrob-test.svg • arithmetic/add-patchwork-to-plot-p1-p2-p3.svg • arithmetic/adding-to-all-on-level-patchwork-theme-bw.svg • arithmetic/adding-to-patchwork-p1-p2-p3.svg • arithmetic/complex-composition-p1-p2-p3-p4.svg • arithmetic/nest-right-hand-side-p1-p2-p3.svg • arithmetic/pack-4-plots-p1-p2-p3-p4.svg • layout/far-dimensions-can-be-set-with-units.svg • layout/far-legend-justification.svg • layout/far-optimise-space-by-default-2.svg • layout/far-optimise-space-by-default-3.svg • layout/far-space-optimisation-can-be-turned-off.svg • layout/grobs-can-be-inset.svg • layout/insets-can-be-changed.svg • layout/other-alignments-work.svg • layout/patchworks-can-be-inset.svg • layout/setting-heights-as-units.svg • layout/setting-heights.svg • layout/setting-nrow.svg • layout/setting-widths-as-units.svg • layout/setting-widths.svg > > proc.time() user system elapsed 5.46 0.17 5.57