Skip to content

Commit 717cd24

Browse files
authored
Merge pull request #247 from r-lib/rc/0.4.0
RC 0.4.0
2 parents 57703bc + 428a7c7 commit 717cd24

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: clock
22
Title: Date-Time Types and Tools
3-
Version: 0.3.1.9000
3+
Version: 0.4.0
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clock (development version)
1+
# clock 0.4.0
22

33
* New `date_start()` and `date_end()` for computing the date at the start or
44
end of a particular `precision`, such as the "end of the month" or

cran-comments.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
0 errors | 0 warnings | 0 notes
44

5+
## revdepcheck results
6+
7+
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8+
9+
* We saw 0 new problems
10+
* We failed to check 0 packages
11+
12+
## 0.4.0 Submission
13+
14+
This is a minor release containing a few new functions: `date_start()`, `date_end()`, and `invalid_remove()`. It also requires tzdb 0.1.2 to hopefully fix a compilation issue on RHEL7/Centos machines.
15+
516
## 0.3.1 Submission
617

718
This is a patch release mainly intended to support an upcoming breaking change in testthat.

0 commit comments

Comments
 (0)