Skip to content

Commit 2327679

Browse files
authored
added checks to resolve issue with the outlier function (#778)
Fixes #768
1 parent 6527128 commit 2327679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_outliers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,
964964
substitute(
965965
expr = {
966966
columns_index <- union(
967-
setdiff(names(ANL_OUTLIER), "is_outlier_selected"),
967+
setdiff(names(ANL_OUTLIER), c("is_outlier_selected", "order")),
968968
table_columns
969969
)
970970
ANL_OUTLIER_EXTENDED[ANL_OUTLIER_EXTENDED$is_outlier_selected, columns_index]

0 commit comments

Comments
 (0)