Skip to content

Commit a39eae1

Browse files
authored
[R] Remove invalid deprecation notice (dmlc#11224)
1 parent 7fbee7a commit a39eae1

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

R-package/R/utils.R

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -408,25 +408,6 @@ xgb.createFolds <- function(y, k) {
408408
out
409409
}
410410

411-
412-
#
413-
# Deprectaion notice utilities ------------------------------------------------
414-
#
415-
416-
#' Deprecation notices.
417-
#'
418-
#' At this time, some of the parameter names were changed in order to make the code style more uniform.
419-
#' The deprecated parameters would be removed in the next release.
420-
#'
421-
#' To see all the current deprecated and new parameters, check the `xgboost:::depr_par_lut` table.
422-
#'
423-
#' A deprecation warning is shown when any of the deprecated parameters is used in a call.
424-
#' An additional warning is shown when there was a partial match to a deprecated parameter
425-
#' (as R is able to partially match parameter names).
426-
#'
427-
#' @name xgboost-deprecated
428-
NULL
429-
430411
#' Model Serialization and Compatibility
431412
#'
432413
#' @description

R-package/man/xgboost-deprecated.Rd

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)