pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-pkgload (devel/R-pkgload) Updated 1.2.1 to 1.2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/d33f45b15218
branches: trunk
changeset: 378168:d33f45b15218
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 30 00:49:18 2022 +0000
description:
(devel/R-pkgload) Updated 1.2.1 to 1.2.4
# pkgload 1.2.4
* Lionel Henry is now the maintainer.
* `load_all()` automatically registers package translations, if found.
# pkgload 1.2.3
* pkgload now forces all bindings on unload. This fixes errors and
inconsistencies when dangling references force lazy bindings after
unload or reload.
* `load_all()` now restores S3 methods registered by third party
packages (#163).
* `load_dll()` will now preserve the DLL name when loading instead of
always using the package name. This allows packages to include DLL's
with different names (#162, @dfalbel).
diffstat:
devel/R-pkgload/Makefile | 10 ++++++----
devel/R-pkgload/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (40 lines):
diff -r 753d2b2c5ec4 -r d33f45b15218 devel/R-pkgload/Makefile
--- a/devel/R-pkgload/Makefile Sat Apr 30 00:25:49 2022 +0000
+++ b/devel/R-pkgload/Makefile Sat Apr 30 00:49:18 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/06/01 13:31:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/30 00:49:18 mef Exp $
R_PKGNAME= pkgload
-R_PKGVER= 1.2.1
+R_PKGVER= 1.2.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -15,9 +15,11 @@
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi
+TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
+TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
-TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
-TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
USE_LANGUAGES= c c++
diff -r 753d2b2c5ec4 -r d33f45b15218 devel/R-pkgload/distinfo
--- a/devel/R-pkgload/distinfo Sat Apr 30 00:25:49 2022 +0000
+++ b/devel/R-pkgload/distinfo Sat Apr 30 00:49:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:07 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/30 00:49:18 mef Exp $
-BLAKE2s (R/pkgload_1.2.1.tar.gz) = 657631368326453ba42ae6d6a46113636f189642d2e91145f4987cd5a37aaa19
-SHA512 (R/pkgload_1.2.1.tar.gz) = c80c532a23db99ffd0624673d6a7debcd12850df78cc669c6a91ddcc3be6085999d200b8d005e8a839ae0d33862af56589e887dff194a375566ae672836ffe57
-Size (R/pkgload_1.2.1.tar.gz) = 60651 bytes
+BLAKE2s (R/pkgload_1.2.4.tar.gz) = a5f3858e8e3bda640757ff45af32ef5d2b9f22b0cff52e7c47a859cbef82d1c0
+SHA512 (R/pkgload_1.2.4.tar.gz) = 5cc6c790c3fd77e938d5aacb841a2a416666ae8fdee09e5eefb54bd87fac1c912beecf8f3239f1dc3258103f90c2e4d5fcb8f27402a60fe280da70bb99892661
+Size (R/pkgload_1.2.4.tar.gz) = 62827 bytes
Home |
Main Index |
Thread Index |
Old Index