(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.
This commit is contained in:
mef 2024-01-14 13:34:00 +00:00
parent f498cc9c05
commit 1f5523d115
2 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2023/06/05 12:25:59 mef Exp $
# $NetBSD: Makefile,v 1.4 2024/01/14 13:34:00 mef Exp $
R_PKGNAME= lubridate
R_PKGVER= 1.9.2
R_PKGVER= 1.9.3
CATEGORIES= time
MAINTAINER= pkgsrc-users@NetBSD.org
@ -12,6 +12,11 @@ DEPENDS+= R-generics-[0-9]*:../../math/R-generics
DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
DEPENDS+= R-timechange-[0-9]*:../../time/R-timechange
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/06/05 12:25:59 mef Exp $
$NetBSD: distinfo,v 1.6 2024/01/14 13:34:00 mef Exp $
BLAKE2s (R/lubridate_1.9.2.tar.gz) = 55113011f68293cf394dac8488d0f5dbc7febf12b26da9f4bf196c31f4808148
SHA512 (R/lubridate_1.9.2.tar.gz) = bc983e5e5ff64f82b6d6af720de88ae80d72ec99ffbfb420672057b591dd8870d2676203dfe6784de6810ac6778bd64035c50ae3127fe356fcb2d89b61a9740b
Size (R/lubridate_1.9.2.tar.gz) = 427200 bytes
BLAKE2s (R/lubridate_1.9.3.tar.gz) = 0c684879f24c5af0ba3173ab66981c497e55e341ca0397aac6d52e69f6f76463
SHA512 (R/lubridate_1.9.3.tar.gz) = 31c4008ce96487b609deb8f92269da9afad167821c691eea44a286ba407137a8707e4e1014f2373d431251f9120a3afcf404ac565a2e3749c2dd4331a50c7d5f
Size (R/lubridate_1.9.3.tar.gz) = 428043 bytes