Skip to content

Commit 29fd907

Browse files
committed
Require cpp11 >=0.4.2
1 parent b0a900c commit 29fd907

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
@@ -32,7 +32,7 @@ Suggests:
3232
testthat (>= 3.0.0),
3333
withr
3434
LinkingTo:
35-
cpp11 (>= 0.4.0),
35+
cpp11 (>= 0.4.2),
3636
tzdb (>= 0.2.0)
3737
VignetteBuilder:
3838
knitr

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+
* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
4+
protection is included.
5+
36
* R >=3.4.0 is now required. This is consistent with the standards of the
47
tidyverse.
58

0 commit comments

Comments
 (0)