R Under development (unstable) (2024-10-26 r87273 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(tidyHeatmap) ======================================== tidyHeatmap version 1.10.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 4 | SKIP 24 | PASS 15 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (23): '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:439:2', 'tests.R:525:2', 'tests.R:549:2', 'tests.R:568:2', 'tests.R:587:2', 'tests.R:606:2', 'tests.R:625:2', 'tests.R:644:2', 'tests.R:664:2', 'tests.R:687:3', 'tests.R:705:2', 'tests.R:724:2' • empty test (1): 'tests.R:443:1' [ FAIL 0 | WARN 4 | SKIP 24 | PASS 15 ] Deleting unused snapshots: • 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 23.67 0.71 24.37