Skip to content

Commit

Permalink
(lang/R-cpp11) Updated 0.4.2 to 0.4.3
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Feb 18, 2023
1 parent 356f60a commit 6bfc835
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions lang/R-cpp11/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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
Expand Down
8 changes: 4 additions & 4 deletions lang/R-cpp11/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6bfc835

Please sign in to comment.