Skip to content

Commit 7674ec0

Browse files
committed
Bump required R version to >=4.0.0
1 parent 91f7a33 commit 7674ec0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ License: MIT + file LICENSE
1515
URL: https://clock.r-lib.org, https://github.com/r-lib/clock
1616
BugReports: https://github.com/r-lib/clock/issues
1717
Depends:
18-
R (>= 3.6.0)
18+
R (>= 4.0.0)
1919
Imports:
2020
cli (>= 3.6.4),
2121
lifecycle (>= 1.0.4),

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* Fixed `-Wdeprecated-literal-operator` reported by clang (#386,
1414
@MichaelChirico).
1515

16+
* R >=4.0.0 is now required. This is consistent with the standards of the
17+
tidyverse.
18+
1619
# clock 0.7.2
1720

1821
* Added a `diff()` method for time points and calendars to ensure that durations

0 commit comments

Comments
 (0)