[R] remove unused imports in tests (#8614)

This commit is contained in:
James Lamb
2022-12-24 13:45:47 -06:00
committed by GitHub
parent c430ae52f3
commit f489d824ca
16 changed files with 65 additions and 69 deletions

View File

@@ -1,7 +1,4 @@
context("Test model IO.")
## some other tests are in test_basic.R
require(xgboost)
require(testthat)
data(agaricus.train, package = "xgboost")
data(agaricus.test, package = "xgboost")