Skip to content

Commit 2e22751

Browse files
committed
Bump minimal R version to >=3.6
We already have this transitively through vctrs since glue requires 3.6. This also lets us be absolutely sure that `STRING_PTR_RO()` is available.
1 parent b8c5182 commit 2e22751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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.5.0)
18+
R (>= 3.6.0)
1919
Imports:
2020
cli (>= 3.6.1),
2121
lifecycle (>= 1.0.3),

0 commit comments

Comments
 (0)