Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^cran-comments\.md$
^CRAN-RELEASE$
^revdep$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: clock
Title: Date-Time Types and Tools
Version: 0.6.0.9000
Version: 0.6.1
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clock (development version)
# clock 0.6.1

* `date_seq()` and the `seq()` methods for the calendar, time point, and
duration types now allow `from > to` when `by > 0`. This now results in a
Expand Down