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 27df158 commit 7bba4f1Copy full SHA for 7bba4f1
tests/testthat/test-decision_tree.R
@@ -30,7 +30,7 @@ test_that('rpart_train is stop-deprecated when it ought to be (#1044)', {
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-01-01") {
+ if (Sys.Date() > "2025-02-01") {
34
expect_snapshot(error = TRUE, rpart_train(mpg ~ ., mtcars))
35
}
36
})
0 commit comments