Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 4, 2024
1 parent 47963a3 commit dd5246b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/check_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ check_outliers.data.frame <- function(x,
valid <- method
if("optics" %in% valid) {

Check warning on line 904 in R/check_outliers.R

View workflow job for this annotation

GitHub Actions / lint-changed-files / lint-changed-files

file=R/check_outliers.R,line=904,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.

Check warning on line 904 in R/check_outliers.R

View workflow job for this annotation

GitHub Actions / lint / lint

file=R/check_outliers.R,line=904,col=5,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.
valid <- c(valid, "optics_xi")
method <- c(method, "optics_xi")
}
thresholds <- thresholds[names(thresholds) %in% valid]

Expand Down

0 comments on commit dd5246b

Please sign in to comment.