Path to this page:
Subject: CVS commit: pkgsrc/time/R-lubridate
From: Makoto Fujiwara
Date: 2024-01-14 14:34:00
Message id: 20240114133400.C66ACFA42@cvs.NetBSD.org
Log Message:
(time/R-lubridate) Updated 1.9.2 to 1.9.3
Version 1.9.3
=============
### NEW FEATURES
* [#682](https://github.com/tidyverse/lubridate/issues/682#issuecomment-1635910435)
Add type="year_start/end" argument to `quarter()` which produces
a complete description of the quarter.
### BUG FIXES
* [#1109](https://github.com/tidyverse/lubridate/issues/1109)
Fix recycling of the year slot in `as.period(unit = "month")` with \
Periods and Intervals.
* [#1133](https://github.com/tidyverse/lubridate/issues/1133)
Don't error on addition on infinite periods.
Files: