Skip to content

Commit

Permalink
remove invalid deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Feb 9, 2025
1 parent 88c8d1a commit 960f1f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
19 changes: 0 additions & 19 deletions R-package/R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -408,25 +408,6 @@ xgb.createFolds <- function(y, k) {
out
}


#
# Deprectaion notice utilities ------------------------------------------------
#

#' Deprecation notices.
#'
#' At this time, some of the parameter names were changed in order to make the code style more uniform.
#' The deprecated parameters would be removed in the next release.
#'
#' To see all the current deprecated and new parameters, check the `xgboost:::depr_par_lut` table.
#'
#' A deprecation warning is shown when any of the deprecated parameters is used in a call.
#' An additional warning is shown when there was a partial match to a deprecated parameter
#' (as R is able to partially match parameter names).
#'
#' @name xgboost-deprecated
NULL

#' Model Serialization and Compatibility
#'
#' @description
Expand Down
16 changes: 0 additions & 16 deletions R-package/man/xgboost-deprecated.Rd

This file was deleted.

0 comments on commit 960f1f0

Please sign in to comment.