R Under development (unstable) (2024-09-08 r87106 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ggalign) Loading required package: ggplot2 > > test_check("ggalign") Saving 7 x 7 in image [ FAIL 0 | WARN 0 | SKIP 11 | PASS 67 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-align.R:15:5', 'test-align.R:40:5', 'test-align.R:82:5', 'test-align.R:111:5', 'test-alignpatch.R:29:5', 'test-alignpatch.R:79:5', 'test-alignpatch.R:100:5', 'test-alignpatch.R:138:5', 'test-alignpatch.R:156:5', 'test-layout_heatmap.R:18:5', 'test-layout_stack.R:74:5' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 67 ] Deleting unused snapshots: • align/dendro-cutree.svg • align/dendro-left-between-group-reorder.svg • align/dendro-top-between-group.svg • align/group-bottom.svg • align/group-left.svg • align/group-right.svg • align/kmeans-bottom.svg • align/kmeans-left.svg • align/kmeans-right.svg • align/reorder-bottom.svg • align/reorder-left-decreasing.svg • align/reorder-left.svg • align/reorder-right.svg • align/reorder-top-decreasing.svg • align/reorder-top-within-group.svg • alignpatch/collect-guides-from-multiple-plots-with-null-unit.svg • alignpatch/collect-guides-with-null-unit.svg • alignpatch/far-dimensions-can-be-set-with-units.svg • alignpatch/far-legend-justification.svg • alignpatch/far-optimise-space-by-default-2.svg • alignpatch/far-optimise-space-by-default-3.svg • alignpatch/far-optimise-space-by-default-4.svg • alignpatch/far-optimise-space-by-default-5.svg • alignpatch/far-space-optimisation-can-be-turned-off.svg • alignpatch/free-align-with-facet-ggplot.svg • alignpatch/free-align-with-far.svg • alignpatch/free-align-with-nested-alignpatches.svg • alignpatch/free-border-mix-with-free-align.svg • alignpatch/free-border-with-facet-ggplot.svg • alignpatch/free-border-with-far.svg • alignpatch/free-border-with-nested-alignpatches.svg • alignpatch/patch-titles-theme.svg • alignpatch/patch-titles.svg • alignpatch/setting-annotation.svg • alignpatch/setting-heights-as-units.svg • alignpatch/setting-heights.svg • alignpatch/setting-nrow.svg • alignpatch/setting-widths-as-units.svg • alignpatch/setting-widths.svg • layout_heatmap/heatmap-character.svg • layout_heatmap/heatmap-data-frame.svg • layout_heatmap/heatmap-matrix.svg • layout_heatmap/heatmap-numeric-to-factor.svg • layout_stack/stack-with-absolute-size-2.svg • layout_stack/stack-with-mix-absolute-and-null-size-1.svg • layout_stack/stack-with-mix-absolute-and-null-size-2.svg > > proc.time() user system elapsed 5.76 0.25 6.01