[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

@@ -65,4 +65,5 @@ Imports:
data.table (>= 1.9.6),
jsonlite (>= 1.0),
RoxygenNote: 7.2.2
Encoding: UTF-8
SystemRequirements: GNU make, C++14

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)

View File

@@ -3,7 +3,9 @@
## inconsistent is found.
pkgs <- c(
## CI
"devtools",
"caret",
"pkgbuild",
"roxygen2",
"XML",
"cplm",
"e1071",