Skip to content

Commit 7b81378

Browse files
authored
Merge pull request #409 from tidymodels/xgb-examples
fix test for solaris
2 parents 49364a7 + 3dc5362 commit 7b81378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_boost_tree_xgboost.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ test_that('xgboost data and sparse matrices', {
366366

367367
test_that('argument checks for data dimensions', {
368368

369-
skip_if_not_installed("C50")
369+
skip_if_not_installed("xgboost")
370370

371371
data(penguins, package = "modeldata")
372372
penguins <- na.omit(penguins)

0 commit comments

Comments
 (0)