R Under development (unstable) (2024-09-15 r87152 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 12 | PASS 0 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-arithmetic.R:2:3', 'test-arithmetic.R:29:3', 'test-arithmetic.R:39:3', 'test-arithmetic.R:54:3', 'test-collect.R:11:3', 'test-collect.R:29:3', 'test-collect.R:42:3', 'test-collect.R:49:3', 'test-layout.R:2:3', 'test-layout.R:33:3', 'test-layout.R:58:3', 'test-layout.R:85:3' [ FAIL 0 | WARN 0 | SKIP 12 | 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 • collect/collect-guides-with-multiple-plots-with-null-unit.svg • collect/collect-guides-with-null-unit.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/free-can-be-nested.svg • layout/free-can-be-stacked-and-nested.svg • layout/free-label-works.svg • layout/free-panel-works-on-one-side.svg • layout/free-space-works.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.65 0.26 5.89