File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Depends:
2222Imports:
2323 ellipsis (>= 0.3.1),
2424 rlang (>= 0.4.10),
25- tzdb (>= 0.1.1 ),
25+ tzdb (>= 0.1.2 ),
2626 vctrs (>= 0.3.7)
2727Suggests:
2828 covr,
@@ -34,7 +34,7 @@ Suggests:
3434 withr
3535LinkingTo:
3636 cpp11 (>= 0.3.1),
37- tzdb (>= 0.1.1 )
37+ tzdb (>= 0.1.2 )
3838VignetteBuilder:
3939 knitr
4040Config/Needs/website:
Original file line number Diff line number Diff line change 1212* All clock types now support ` is.nan() ` , ` is.finite() ` , and ` is.infinite() ` .
1313 Additionally, duration types now support ` abs() ` and ` sign() ` (#235 ).
1414
15+ * tzdb 0.1.2 is now required, which fixes compilation issues on RHEL7/Centos
16+ (#234 ).
17+
1518# clock 0.3.1
1619
1720* Parsing into a date-time type that is coarser than the original string is now
You can’t perform that action at this time.
0 commit comments