Skip to content

Commit

Permalink
(devel/R-pkgload) Updated 1.2.1 to 1.2.4
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Apr 30, 2022
1 parent 62e5043 commit f8d8c23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions devel/R-pkgload/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,9 +15,11 @@ DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi

TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
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

USE_LANGUAGES= c c++

Expand Down
8 changes: 4 additions & 4 deletions devel/R-pkgload/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f8d8c23

Please sign in to comment.