Skip to content

Commit

Permalink
typo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Jan 14, 2024
1 parent 9c7fafd commit 62eaa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LearnerClustPAM.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LearnerClustPAM = R6Class("LearnerClustPAM",
k = p_int(lower = 1L, tags = c("required", "train")),
metric = p_fct(levels = c("euclidian", "manhattan"), tags = "train"),
medoids = p_uty(default = NULL, tags = "train",
custom_check = custom(function(x) {
custom_check = crate(function(x) {
if (test_integerish(x)) {
return(TRUE)
} else if (test_null(x)) {
Expand Down

0 comments on commit 62eaa7e

Please sign in to comment.