Skip to content

Commit

Permalink
[R] deprecate watchlist (#10110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed Mar 13, 2024
1 parent 1450aeb commit e0f890b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R-package/R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit e0f890b

Please sign in to comment.