Skip to content

Commit 65b7201

Browse files
authored
Merge pull request #926 from tidymodels/min-R-version-3.5
bump minimum version for R
2 parents 915e70e + a3ccb8d commit 65b7201

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ URL: https://github.com/tidymodels/parsnip,
1717
https://parsnip.tidymodels.org/
1818
BugReports: https://github.com/tidymodels/parsnip/issues
1919
Depends:
20-
R (>= 2.10)
20+
R (>= 3.5)
2121
Imports:
2222
cli,
2323
dplyr (>= 0.8.0.1),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
* Functions now indicate what class the outcome was if the outcome is the wrong class (#887).
2424

25+
* The minimum version for R is now 3.5 (#926).
26+
2527
# parsnip 1.0.4
2628

2729
* For censored regression models, a "reverse Kaplan-Meier" curve is computed for the censoring distribution. This can be used when evaluating this type of model (#855).

0 commit comments

Comments
 (0)