From efed411d5c054e894b8c92bd8ade89dfe62f7538 Mon Sep 17 00:00:00 2001 From: Witold Wolski Date: Wed, 8 Jan 2025 09:25:36 +0100 Subject: [PATCH] added iheatmap dependency --- DESCRIPTION | 1 + man/plot_heatmap_cor_iheatmap.Rd | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 18fb1581..7ae386ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,6 +39,7 @@ Imports: ggridges, ggpubr, htmlwidgets, + iheatmap, lme4, lmerTest, MASS, diff --git a/man/plot_heatmap_cor_iheatmap.Rd b/man/plot_heatmap_cor_iheatmap.Rd index 47077c3e..60155d69 100644 --- a/man/plot_heatmap_cor_iheatmap.Rd +++ b/man/plot_heatmap_cor_iheatmap.Rd @@ -22,10 +22,9 @@ config <- istar$config analysis <- istar$data pheat_map <- plot_heatmap_cor_iheatmap( analysis, config ) -debug(plot_heatmap_cor_iheatmap) -stopifnot("pheatmap" \%in\% class(pheat_map)) +stopifnot("IheatmapHorizontal" \%in\% class(pheat_map)) pheat_map <- plot_heatmap_cor_iheatmap( analysis, config, R2 = TRUE ) -stopifnot("pheatmap" \%in\% class(pheat_map)) +stopifnot("IheatmapHorizontal" \%in\% class(pheat_map)) } \seealso{