Skip to content

Commit dd5246b

Browse files
committed
fix print
1 parent 47963a3 commit dd5246b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/check_outliers.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ check_outliers.data.frame <- function(x,
903903
valid <- method
904904
if("optics" %in% valid) {
905905
valid <- c(valid, "optics_xi")
906+
method <- c(method, "optics_xi")
906907
}
907908
thresholds <- thresholds[names(thresholds) %in% valid]
908909

0 commit comments

Comments
 (0)