Skip to content

Commit

Permalink
(devel/R-pkgload) Updated 1.3.2 to 1.3.3
Browse files Browse the repository at this point in the history
- upstream info
# pkgload 1.3.3

* `dev_topic_index()` is now exported (#257).

* Fix handling of active bindings inside a package during unloading (#255, @klmr).

* The `helpers` argument of `load_all` now defaults to the value
  provided for the `export_all` arguments. This makes the behaviour
  safer by default (#244).

* pkgload now depends unconditionally on pkgbuild (#249).

* `load_all()` no longer standardises version number in namespace metadata
  (#231).

* New `pkg_version_raw()` to get raw package version as a string.

- pkgsrc side
  make test now fails as follows

|  * checking tests ...
|    Running 'testthat.R'
|   ERROR
|  Running the tests in 'tests/testthat.R' failed.
|  Last 13 lines of output:
|     27.   \-asNamespace("callr")$err$throw(e)
|    -- Failure ('test-po.R:7:3'): translation domain correctly loaded --------------
|    with_lang("fr_FR", "fr", hello()) (`actual`) not equal to "Bonjour" (`expected`).
|
|    `actual`:   "Hello"
|    `expected`: "Bonjour"
|    -- Failure ('test-po.R:36:3'): modified translations are correctly reloaded ----
|    with_lang("fr_FR", "fr", hello()) (`actual`) not equal to "Salut" (`expected`).
|
|    `actual`:   "Hello"
|    `expected`: "Salut"
|
|    [ FAIL 3 | WARN 9 | SKIP 15 | PASS 340 ]
  • Loading branch information
mef committed Jan 8, 2024
1 parent 9ea100e commit 62e176e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions devel/R-pkgload/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2022/12/20 13:09:47 mef Exp $
# $NetBSD: Makefile,v 1.8 2024/01/08 07:48:05 mef Exp $

R_PKGNAME= pkgload
R_PKGVER= 1.3.2
R_PKGVER= 1.3.3
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -20,6 +20,9 @@ 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-mathjaxr-[0-9]*:../../www/R-mathjaxr
TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
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.7 2022/12/17 15:29:58 mef Exp $
$NetBSD: distinfo,v 1.8 2024/01/08 07:48:05 mef Exp $

BLAKE2s (R/pkgload_1.3.2.tar.gz) = d82dc703242249a0d8b4b1493b6e14e28bc6bb45daa3c724591d63a6685b2996
SHA512 (R/pkgload_1.3.2.tar.gz) = 4a219d78cea2632278cc129b747dc859261e92763eb71dadc2831171ba035cbb870bfdcd060b4fe3596f3dad097a3064c694443191e132a1fcabadd5cb2bdef1
Size (R/pkgload_1.3.2.tar.gz) = 76704 bytes
BLAKE2s (R/pkgload_1.3.3.tar.gz) = b7df8e4053588a0305fbc350025e496c21b512ae3bf96700c76dac934253fba4
SHA512 (R/pkgload_1.3.3.tar.gz) = af27827c965232ddb04cf6992d8fc3ba177ee300507ba3ac2b6319a0075800e34c1f8b752136f40c6785db3eb915145025495c3597ce3a0e037ece173b905667
Size (R/pkgload_1.3.3.tar.gz) = 77929 bytes

0 comments on commit 62e176e

Please sign in to comment.