File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11Package: clock
22Title: Date-Time Types and Tools
3- Version: 0.1.0.9001
3+ Version: 0.2.0
44Authors@R:
55 c(person(given = "Davis",
66 family = "Vaughan",
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments