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 b0a900c commit 29fd907Copy full SHA for 29fd907
DESCRIPTION
@@ -32,7 +32,7 @@ Suggests:
32
testthat (>= 3.0.0),
33
withr
34
LinkingTo:
35
- cpp11 (>= 0.4.0),
+ cpp11 (>= 0.4.2),
36
tzdb (>= 0.2.0)
37
VignetteBuilder:
38
knitr
NEWS.md
@@ -1,5 +1,8 @@
1
# clock (development version)
2
3
+* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
4
+ protection is included.
5
+
6
* R >=3.4.0 is now required. This is consistent with the standards of the
7
tidyverse.
8
0 commit comments