Skip to content

Commit

Permalink
(time/R-lubridate) Updated 1.9.2 to 1.9.3
Browse files Browse the repository at this point in the history
Version 1.9.3
=============

### NEW FEATURES

* [#682](tidyverse/lubridate#682 (comment))
  Add type="year_start/end" argument to `quarter()` which produces
  a complete description of the quarter.

### BUG FIXES

* [#1109](tidyverse/lubridate#1109)
  Fix recycling of the year slot in `as.period(unit = "month")` with Periods and Intervals.
* [#1133](tidyverse/lubridate#1133)
  Don't error on addition on infinite periods.
  • Loading branch information
mef committed Jan 14, 2024
1 parent f498cc9 commit 1f5523d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions time/R-lubridate/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions time/R-lubridate/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f5523d

Please sign in to comment.