Skip to content

Commit 3509206

Browse files
authored
Merge pull request #217 from r-lib/rc/0.2.0
RC 0.2.0
2 parents 7210246 + 6c91486 commit 3509206

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
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.1.0.9001
3+
Version: 0.2.0
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clock (development version)
1+
# clock 0.2.0
22

33
* clock now interprets R's Date class as _naive-time_ rather than _sys-time_.
44
This means that it no longer assumes that Date has an implied time zone of
@@ -30,7 +30,9 @@
3030
* New `as_date()` and `as_date_time()` for converting to Date and POSIXct
3131
respectively. Unlike `as.Date()` and `as.POSIXct()`, these functions always
3232
treat Date as a naive-time type, which results in more consistent and
33-
intuitive conversions (#209).
33+
intuitive conversions. Note that `as_date()` does conflict with
34+
`lubridate::as_date()`, and the lubridate version handles Dates differently
35+
(#209).
3436

3537
* Added two new convenient helpers (#197):
3638

cran-comments.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 2 notes
3+
0 errors | 0 warnings | 0 notes
44

5-
* This is a new release.
5+
## 0.2.0 Submission
66

7-
* checking installed package size ... NOTE
8-
installed size is 7.8Mb
9-
sub-directories of 1Mb or more:
10-
libs 5.6Mb
7+
This is a minor release to fix the error on CRAN's Solaris build, and add a few new features.
118

129
## 0.1.0 Submission
1310

0 commit comments

Comments
 (0)