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 db5d960 commit b0a900cCopy full SHA for b0a900c
DESCRIPTION
@@ -18,7 +18,7 @@ License: MIT + file LICENSE
18
URL: https://clock.r-lib.org, https://github.com/r-lib/clock
19
BugReports: https://github.com/r-lib/clock/issues
20
Depends:
21
- R (>= 3.3)
+ R (>= 3.4)
22
Imports:
23
rlang (>= 1.0.4),
24
tzdb (>= 0.3.0),
NEWS.md
@@ -1,5 +1,8 @@
1
# clock (development version)
2
3
+* R >=3.4.0 is now required. This is consistent with the standards of the
4
+ tidyverse.
5
+
6
* Bumped required minimum version of tzdb to 0.3.0 to get access to the latest
7
time zone database information (2022a).
8
0 commit comments