Skip to content

Commit 4d15497

Browse files
committed
remove arg_match0() on internal slot
1 parent 4d47e86 commit 4d15497

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/tailor.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ tailor <- function(outcome = NULL, estimate = NULL, probabilities = NULL) {
7979
}
8080

8181
new_tailor <- function(type, adjustments, columns, ptype, call) {
82-
type <- arg_match0(type, c("unknown", "regression", "binary", "multiclass"))
83-
8482
if (!is.list(adjustments)) {
8583
cli_abort("The {.arg adjustments} argument should be a list.", call = call)
8684
}

0 commit comments

Comments
 (0)