Skip to content

Commit

Permalink
remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Oct 16, 2024
1 parent 95e28be commit 97b6c9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ S3method(required_pkgs,numeric_range)
S3method(required_pkgs,predictions_custom)
S3method(required_pkgs,probability_calibration)
S3method(required_pkgs,probability_threshold)
S3method(tunable,adjustment)
S3method(tunable,equivocal_zone)
S3method(tunable,numeric_calibration)
S3method(tunable,numeric_range)
Expand Down
5 changes: 0 additions & 5 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ tune_args.adjustment <- function(object, full = FALSE, ...) {
)
}

#' @export
tunable.adjustment <- function(x, ...) {
no_param
}

# for adjustments with no tunable parameters
no_param <-
tibble::tibble(
Expand Down

0 comments on commit 97b6c9b

Please sign in to comment.