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
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.1.0.9001
Version: 0.2.0
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clock (development version)
# clock 0.2.0

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

* Added two new convenient helpers (#197):

Expand Down
9 changes: 3 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## R CMD check results

0 errors | 0 warnings | 2 notes
0 errors | 0 warnings | 0 notes

* This is a new release.
## 0.2.0 Submission

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

## 0.1.0 Submission

Expand Down