From bf0af4821b50cd00673638ab3d1bb6261a1f6407 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:07:35 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- R/tm_outliers.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/tm_outliers.R b/R/tm_outliers.R index 0f437137a..41883d306 100644 --- a/R/tm_outliers.R +++ b/R/tm_outliers.R @@ -1089,15 +1089,15 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var, boxplot_r <- reactive({ teal::validate_inputs(iv_r()) - decorated_boxplot_q()[["g"]] + decorated_boxplot_q()[["plot"]] }) density_plot_r <- reactive({ teal::validate_inputs(iv_r()) - decorated_density_plot_q()[["g"]] + decorated_density_plot_q()[["plot"]] }) cumulative_plot_r <- reactive({ teal::validate_inputs(iv_r()) - decorated_cumulative_plot_q()[["g"]] + decorated_cumulative_plot_q()[["plot"]] }) box_pws <- teal.widgets::plot_with_settings_srv(