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 91f7a33 commit 7674ec0Copy full SHA for 7674ec0
DESCRIPTION
@@ -15,7 +15,7 @@ License: MIT + file LICENSE
15
URL: https://clock.r-lib.org, https://github.com/r-lib/clock
16
BugReports: https://github.com/r-lib/clock/issues
17
Depends:
18
- R (>= 3.6.0)
+ R (>= 4.0.0)
19
Imports:
20
cli (>= 3.6.4),
21
lifecycle (>= 1.0.4),
NEWS.md
@@ -13,6 +13,9 @@
13
* Fixed `-Wdeprecated-literal-operator` reported by clang (#386,
14
@MichaelChirico).
+* R >=4.0.0 is now required. This is consistent with the standards of the
+ tidyverse.
+
# clock 0.7.2
* Added a `diff()` method for time points and calendars to ensure that durations
0 commit comments