We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039d511 commit 8dc16e0Copy full SHA for 8dc16e0
tests/testthat/test-decision_tree.R
@@ -25,16 +25,6 @@ test_that('bad input', {
25
)
26
})
27
28
-test_that('rpart_train is stop-deprecated when it ought to be (#1044)', {
29
- skip_on_cran()
30
-
31
- # once this test fails, transition `rpart_train()` to `deprecate_stop()`
32
- # and transition this test to fail if `rpart_train()` still exists after a year.
33
- if (Sys.Date() > "2025-02-01") {
34
- expect_snapshot(error = TRUE, rpart_train(mpg ~ ., mtcars))
35
- }
36
-})
37
38
# ------------------------------------------------------------------------------
39
40
test_that('argument checks for data dimensions', {
0 commit comments