* [R] Add a compatibility layer to load Booster from an old RDS * Modify QuantileHistMaker::LoadConfig() to be backward compatible with 1.1.x * Add a big warning about compatibility in QuantileHistMaker::LoadConfig() * Add testing suite * Discourage use of saveRDS() in CRAN doc
5 lines
87 B
R
5 lines
87 B
R
library(testthat)
|
|
library(xgboost)
|
|
|
|
test_check("xgboost", reporter = ProgressReporter)
|