diff --git a/DESCRIPTION b/DESCRIPTION index 64ecf66b..27b9eb41 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index b3aeb4cc..f857dda9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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): diff --git a/cran-comments.md b/cran-comments.md index 68456c7b..5e42ec20 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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