Skip to content

Commit

Permalink
avoid loaded term [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 5, 2023
1 parent 49876e0 commit dabde3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/interpret.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules <- function(values, labels = NULL, name = NULL, right = TRUE) {
}
}

# Sanity checks
# validation checks
if (length(labels) < length(values)) {
insight::format_error("There cannot be less labels than reference values!")
} else if (length(labels) > length(values) + 1) {
Expand Down

0 comments on commit dabde3f

Please sign in to comment.