From 4d4f155feb576cab0cc7b8e8a8a05fd165fddbfb Mon Sep 17 00:00:00 2001 From: George Chen <72078254+jiajic@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:07:47 -0400 Subject: [PATCH] fix: verbose detection --- R/aux_save.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/aux_save.R b/R/aux_save.R index 252823d..99958ec 100644 --- a/R/aux_save.R +++ b/R/aux_save.R @@ -82,7 +82,7 @@ all_plots_save_function <- function(gobject, checkmate::assert_class(gpsparam, "giotto_plot_save_param") - if (getOption("giotto.verbose") == "debug") { + if (identical(getOption("giotto.verbose"), "debug")) { print(gpsparam) }