From f26452d129f1f5221a36930cee53d290fbffe30c Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 11 Mar 2024 10:03:11 +0100 Subject: [PATCH] deprecate watchlist --- R-package/R/utils.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R-package/R/utils.R b/R-package/R/utils.R index 08afab889da9..01c282a96dc6 100644 --- a/R-package/R/utils.R +++ b/R-package/R/utils.R @@ -454,7 +454,8 @@ depr_par_lut <- matrix(c( 'plot.height', 'plot_height', 'plot.width', 'plot_width', 'n_first_tree', 'trees', - 'dummy', 'DUMMY' + 'dummy', 'DUMMY', + 'watchlist', 'evals' ), ncol = 2, byrow = TRUE) colnames(depr_par_lut) <- c('old', 'new')