R Under development (unstable) (2025-01-25 r87633 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(tidyHeatmap) ======================================== tidyHeatmap version 1.11.4 If you use tidyHeatmap in published research, please cite: 1) Mangiola et al. tidyHeatmap: an R package for modular heatmap production based on tidy principles. JOSS 2020. 2) Gu, Z. Complex heatmaps reveal patterns and correlations in multidimensional genomic data. Bioinformatics 2016. This message can be suppressed by: suppressPackageStartupMessages(library(tidyHeatmap)) ======================================== Attaching package: 'tidyHeatmap' The following object is masked from 'package:stats': heatmap > > test_check("tidyHeatmap") [ FAIL 0 | WARN 2 | SKIP 26 | PASS 16 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (25): 'tests.R:18:2', 'tests.R:38:2', 'tests.R:54:2', 'tests.R:90:2', 'tests.R:110:2', 'tests.R:128:2', 'tests.R:281:2', 'tests.R:301:2', 'tests.R:319:2', 'tests.R:335:2', 'tests.R:378:2', 'tests.R:441:2', 'tests.R:464:3', 'tests.R:550:2', 'tests.R:574:2', 'tests.R:593:2', 'tests.R:612:2', 'tests.R:631:2', 'tests.R:650:2', 'tests.R:669:2', 'tests.R:689:2', 'tests.R:712:3', 'tests.R:730:2', 'tests.R:749:2', 'tests.R:809:3' • empty test (1): 'tests.R:468:1' [ FAIL 0 | WARN 2 | SKIP 26 | PASS 16 ] Deleting unused snapshots: • tests/group-ordering-2.svg • tests/scale-both.svg • tests/scale-column.svg • tests/scale-none.svg • tests/text-complex.svg • tests/text-multiple.svg • tests/text-with-size-column.svg • tests/text-with-size.svg • tests/text-with-text-column.svg > > proc.time() user system elapsed 34.04 0.96 35.04