Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Nov 18, 2024
1 parent f28d40d commit bf0af48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/tm_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bf0af48

Please sign in to comment.