Skip to content

Commit b0a900c

Browse files
committed
Bump minimum R version to 3.4
1 parent db5d960 commit b0a900c

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
@@ -18,7 +18,7 @@ License: MIT + file LICENSE
1818
URL: https://clock.r-lib.org, https://github.com/r-lib/clock
1919
BugReports: https://github.com/r-lib/clock/issues
2020
Depends:
21-
R (>= 3.3)
21+
R (>= 3.4)
2222
Imports:
2323
rlang (>= 1.0.4),
2424
tzdb (>= 0.3.0),

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# clock (development version)
22

3+
* R >=3.4.0 is now required. This is consistent with the standards of the
4+
tidyverse.
5+
36
* Bumped required minimum version of tzdb to 0.3.0 to get access to the latest
47
time zone database information (2022a).
58

0 commit comments

Comments
 (0)