File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Package: clock
22Title: Date-Time Types and Tools
3- Version: 0.3.0.9000
3+ Version: 0.3.1
44Authors@R:
55 c(person(given = "Davis",
66 family = "Vaughan",
@@ -33,7 +33,7 @@ Suggests:
3333 testthat (>= 3.0.0),
3434 withr
3535LinkingTo:
36- cpp11 (>= 0.2.7 ),
36+ cpp11 (>= 0.3.1 ),
3737 tzdb (>= 0.1.1)
3838VignetteBuilder:
3939 knitr
Original file line number Diff line number Diff line change 1- # clock (development version)
1+ # clock 0.3.1
22
33* Parsing into a date-time type that is coarser than the original string is now
44 considered ambiguous and undefined behavior. For example, parsing a string
Original file line number Diff line number Diff line change 22
330 errors | 0 warnings | 0 notes
44
5+ ## 0.3.1 Submission
6+
7+ This is a patch release mainly intended to support an upcoming breaking change in testthat.
8+
59## 0.3.0 Submission
610
711This is a minor release that switches clock to use the date API exposed by tzdb. It also adds a new sequence generation function, ` date_seq() ` .
You can’t perform that action at this time.
0 commit comments