R Under development (unstable) (2024-07-17 r86903 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(ggheat) Loading required package: ggplot2 > > test_check("ggheat") Saving 7 x 7 in image [ FAIL 0 | WARN 0 | SKIP 5 | PASS 26 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-ggheat.R:2:5', 'test-htanno.R:10:5', 'test-htanno.R:31:5', 'test-htanno.R:64:5', 'test-htanno.R:85:5' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 26 ] Deleting unused snapshots: • ggheat/character.png • ggheat/data_rame.png • ggheat/matrix.png • ggheat/numeric.png • htanno/dendro.png • htanno/dendro_cutree.png • htanno/dendro_left_between_group_reorder.png • htanno/dendro_top_between_group.png • htanno/group_bottom.png • htanno/group_left.png • htanno/group_right.png • htanno/group_top.png • htanno/kmeans_bottom.png • htanno/kmeans_left.png • htanno/kmeans_right.png • htanno/kmeans_top.png • htanno/reorder_bottom.png • htanno/reorder_left.png • htanno/reorder_left_decreasing.png • htanno/reorder_right.png • htanno/reorder_top.png • htanno/reorder_top_decreasing.png • htanno/reorder_top_within_group.png > > proc.time() user system elapsed 2.26 0.23 2.43