Skip to content

Commit 0671abc

Browse files
authored
Merge pull request #277 from r-lib/rc/0.6.0
RC 0.6.0
2 parents 91339b5 + acf2278 commit 0671abc

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-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.5.0.9000
3+
Version: 0.6.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.6.0
22

33
* New `date_count_between()`, `calendar_count_between()`, and
44
`time_point_count_between()` for computing the number of units of time between

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ We checked 2 reverse dependencies, comparing R CMD check results across CRAN and
99
* We saw 0 new problems
1010
* We failed to check 0 packages
1111

12+
## 0.6.0 Submission
13+
14+
This is a minor release with a few new features.
15+
1216
## 0.5.0 Submission
1317

1418
This is a minor release with a few new parsing functions, updates to the

revdep/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:-------------------------------------------|
5+
|version |R version 4.1.1 Patched (2021-10-08 r81024) |
6+
|os |macOS Mojave 10.14.6 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2021-12-01 |
14+
15+
# Dependencies
16+
17+
|package |old |new |Δ |
18+
|:-------|:-----|:----------|:--|
19+
|clock |0.5.0 |0.5.0.9000 |* |
20+
121
# Revdeps
222

0 commit comments

Comments
 (0)