pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-backports Update to 1.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fda3e50e2d0
branches:  trunk
changeset: 380106:0fda3e50e2d0
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun May 29 00:15:51 2022 +0000

description:
Update to 1.4.1

Upstream changes:
backports 1.4.1

    Patched ...names() to match the new implementation in r-devel (svn rev 81283).

backports 1.4.0

    Added paste() with support for argument recycle0 for R versions prior to 4.0.1.
    Added paste0() with support for argument recycle0 for R versions prior to 4.0.1.
    Added backport for ...names() for R versions prior to 4.1.0.

backports 1.3.0

    Added backport for stopifnot() for R versions prior to 4.0.0.
    Adapted list2DF() to new behaviour introduced in r81038: the inputs are not recycled anymore to common length. Instead, an error is thrown.

diffstat:

 math/R-backports/Makefile |  4 ++--
 math/R-backports/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2a00ab4a587a -r 0fda3e50e2d0 math/R-backports/Makefile
--- a/math/R-backports/Makefile Sun May 29 00:06:03 2022 +0000
+++ b/math/R-backports/Makefile Sun May 29 00:15:51 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/01/03 11:30:46 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/29 00:15:51 wen Exp $
 
 R_PKGNAME=     backports
-R_PKGVER=      1.2.1
+R_PKGVER=      1.4.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Reimplementations of functions introduced since R-3.0.0
diff -r 2a00ab4a587a -r 0fda3e50e2d0 math/R-backports/distinfo
--- a/math/R-backports/distinfo Sun May 29 00:06:03 2022 +0000
+++ b/math/R-backports/distinfo Sun May 29 00:15:51 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:24 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/29 00:15:51 wen Exp $
 
-BLAKE2s (R/backports_1.2.1.tar.gz) = 291b52de7931f9c7b1b58cd7a3a72e5cfe9fdd7a39cc958c306f567e5e35d1f2
-SHA512 (R/backports_1.2.1.tar.gz) = ec0813fa1a7d99a4848ffe3cd8a44453931df7a321505f6689f1211465ef86847b1359d657406a6086b2ca113ae4d1f136c945e43467d0ed303ecf96fb5e436b
-Size (R/backports_1.2.1.tar.gz) = 21184 bytes
+BLAKE2s (R/backports_1.4.1.tar.gz) = 1a60cc8ed58952f8c2faf8e82034b1f959a722428f5821e739d9a8cd28af45d7
+SHA512 (R/backports_1.4.1.tar.gz) = e178c4e9ccf278e3f503e2424d2d60866bb8054b7e10c105cbaa63009e84fc9be2c180f1e9947839f7d5a885a399f7a396cc3c6afe7f13e8f20fd055da43e7ab
+Size (R/backports_1.4.1.tar.gz) = 26201 bytes



Home | Main Index | Thread Index | Old Index