(lang/R-cpp11) Updated 0.4.2 to 0.4.3

# cpp11 0.4.3

* Modernized the GitHub Actions workflows and updated some internal tests to
  better align with changes in those workflows and the latest version of R
  (#279)

* `cpp_source()` errors on non-existent file (#261).

* `cpp_register()` is quiet by default when R is non interactive (#289).

* updated test to adapt to changes in R 4.2.1 (#290).
This commit is contained in:
mef 2023-02-18 09:21:40 +00:00
parent 356f60a6ed
commit 6bfc835a96
2 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
# $NetBSD: Makefile,v 1.4 2022/04/30 14:33:39 mef Exp $
# $NetBSD: Makefile,v 1.5 2023/02/18 09:21:40 mef Exp $
R_PKGNAME= cpp11
R_PKGVER= 0.4.2
R_PKGVER= 0.4.3
CATEGORIES= lang
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= C++11 Interface for R's C Interface
LICENSE= mit # + file LICENSE
# Packages suggested but not available: 'bench', 'decor', 'lobstr'
# Packages suggested but not available: 'decor', 'lobstr'
TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench
TEST_DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
TEST_DEPENDS+= R-cli-[0-9]*:../../devel/R-cli

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2022/04/30 14:33:39 mef Exp $
$NetBSD: distinfo,v 1.7 2023/02/18 09:21:40 mef Exp $
BLAKE2s (R/cpp11_0.4.2.tar.gz) = be34deb7057411697440b5f1320f75ce2739066ac2f13a467e44dad9e5b0e9c0
SHA512 (R/cpp11_0.4.2.tar.gz) = 078eff5924df78572fd50f443f4c04ca69a11b11a1a2986a2a20023ec05e5c0fcb3bcbad3a50873583e6637960925dc62e8afe2bdb6e3019cf2627ff50b0ff01
Size (R/cpp11_0.4.2.tar.gz) = 317708 bytes
BLAKE2s (R/cpp11_0.4.3.tar.gz) = ac4a80cd19ab38e28ede25eaa6c21353dfc2d1ede41ea2c9cda7aa857889c2a7
SHA512 (R/cpp11_0.4.3.tar.gz) = d37370906fd2dbe2eba86d43876bb1f8186bc5ccbe9c605333eb686b1342fd02c69964c580e0c3f1e206c46889ea415c92952d2e54b69fbda8423f00345b2afe
Size (R/cpp11_0.4.3.tar.gz) = 304530 bytes