Skip to content

Commit

Permalink
(time/R-hms) Updated 1.1.0 to 1.1.3, make test passed
Browse files Browse the repository at this point in the history
# hms 1.1.3

## Bug fixes

- Fix method consistency, checked by R-devel.

## Internal

- Use rlang instead of ellipsis (#106).


# hms 1.1.2

- Re-rendered documentation for compatibility with R-devel.


# hms 1.1.1

- Avoid blanket import for lifecycle package for compatibility with upcoming rlang.
- Establish compatibility with development version of testthat (#101, @lionel-).
  • Loading branch information
mef committed Jun 27, 2023
1 parent a66dd90 commit bce1ed3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions time/R-hms/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2021/05/30 15:54:17 mef Exp $
# $NetBSD: Makefile,v 1.5 2023/06/27 13:00:21 mef Exp $

R_PKGNAME= hms
R_PKGVER= 1.1.0
R_PKGVER= 1.1.3
CATEGORIES= time sysutils

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -15,6 +15,8 @@ DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle

TEST_DEPENDS+= R-ellipsis>=0.3.2:../../math/R-ellipsis
TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
TEST_DEPENDS+= R-pillar-[0-9]*:../../misc/R-pillar
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions time/R-hms/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:24:16 nia Exp $
$NetBSD: distinfo,v 1.5 2023/06/27 13:00:21 mef Exp $

BLAKE2s (R/hms_1.1.0.tar.gz) = 59d1118dd54061296a7d5e3bf75dfda690514dec74ccd09b4626635e1383ec74
SHA512 (R/hms_1.1.0.tar.gz) = 9d53858655ceb88e0184dfe4fe44da1ee6a3144325add17b3e208202eed976897b8fcf4c2aef0d47af89b86697b71da26fc5ed612a1aa78caae4701d40b62a41
Size (R/hms_1.1.0.tar.gz) = 43142 bytes
BLAKE2s (R/hms_1.1.3.tar.gz) = 31a00412616dbfd8182dacef149a13af43dfc1e67b9e0e5a0fbd1b4122371892
SHA512 (R/hms_1.1.3.tar.gz) = ea0b8b242e9d441893214c1a973f1f664895a58a8063e6f66ecd7c9459272cf594bb39960f6d9b5ff4d5bdc084b18fab4bcaf3a1bd663647fbb5bfe5740d48df
Size (R/hms_1.1.3.tar.gz) = 43379 bytes

0 comments on commit bce1ed3

Please sign in to comment.