[R] [ci] remove dependency on {devtools} (#8563)

This commit is contained in:
James Lamb
2022-12-08 11:21:28 -06:00
committed by GitHub
parent fbe40d00d8
commit ffee35e0f0
6 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
# install development version of caret library that contains xgboost models
devtools::install_github("topepo/caret/pkg/caret")
require(caret)
require(xgboost)
require(data.table)