From 225c45af20c4b0faaf3e80b539bbd1e26cb6302c Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:36:36 +0100 Subject: [PATCH] Update plot_with_settings.R (#224) follow-up on review comment https://github.com/insightsengineering/teal.widgets/pull/223#discussion_r1487913790 Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- R/plot_with_settings.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot_with_settings.R b/R/plot_with_settings.R index 48f31c99..4b8f2bc9 100644 --- a/R/plot_with_settings.R +++ b/R/plot_with_settings.R @@ -607,7 +607,7 @@ type_download_srv <- function(id, plot_reactive, plot_type, plot_w, default_w, p #' @return A dataframe of selected rows. #' @export #' -clean_brushedPoints <- function(data, brush) { # nolint object_name_linter +clean_brushedPoints <- function(data, brush) { # nolint object_name_linter. checkmate::assert_data_frame(data) checkmate::assert_list(brush, null.ok = TRUE)