pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/R-cpp11 (lang/R-cpp11) Updated 0.2.7 to 0.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/af8fea4af1ee
branches: trunk
changeset: 457892:af8fea4af1ee
user: mef <mef%pkgsrc.org@localhost>
date: Sat Sep 04 14:32:31 2021 +0000
description:
(lang/R-cpp11) Updated 0.2.7 to 0.3.1
# cpp11 0.3.1
# cpp11 0.3.0
## New functions and features
* New `x.empty()` method to check if a vector is empty (@sbearrows, #182)
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
* New `na()` free function to return the NA sentinels for R objects
(@sbearrows, #17 9)
## Major fixes
* Memory no longer inadvertently leaks when move constructing vectors
(#173)
## minor improvements and fixes
* Incorrectly formatted cpp11 decorators now output a more informative
error message (@sbearrows, #127)
* Generated registration code now uses C collation to avoid spurious
changes from `tools::package_native_routine_registration_skeleton()`
(@sbearrows, #171)
* Makevars files which include filenames now handle spaces in paths
properly (@klmr, #160)
diffstat:
lang/R-cpp11/Makefile | 19 +++++++++++++++++--
lang/R-cpp11/distinfo | 10 +++++-----
2 files changed, 22 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r 2e2a3f164bbc -r af8fea4af1ee lang/R-cpp11/Makefile
--- a/lang/R-cpp11/Makefile Sat Sep 04 14:10:33 2021 +0000
+++ b/lang/R-cpp11/Makefile Sat Sep 04 14:32:31 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/06/12 22:01:40 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/09/04 14:32:31 mef Exp $
R_PKGNAME= cpp11
-R_PKGVER= 0.2.7
+R_PKGVER= 0.3.1
CATEGORIES= lang
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,22 @@
LICENSE= mit # + file LICENSE
# Packages suggested but not available: 'bench', 'decor', 'lobstr'
+
TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
+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
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-desc-[0-9]*:../../devel/R-desc
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
+TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
USE_LANGUAGES= # none
diff -r 2e2a3f164bbc -r af8fea4af1ee lang/R-cpp11/distinfo
--- a/lang/R-cpp11/distinfo Sat Sep 04 14:10:33 2021 +0000
+++ b/lang/R-cpp11/distinfo Sat Sep 04 14:32:31 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/06/12 22:01:40 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/09/04 14:32:31 mef Exp $
-SHA1 (R/cpp11_0.2.7.tar.gz) = 697d81636f5cc9a6184f90afc46bfbe9114249ca
-RMD160 (R/cpp11_0.2.7.tar.gz) = 8f7a6d15e4446faab02156753447fd1d69ac05d2
-SHA512 (R/cpp11_0.2.7.tar.gz) = 8210a57823c00f4b5c6739f53d653e9d3fa422bcf771dcc3857c0bc12a602fd09079da308490af7c42fe561e734e94cfa327fe6e232b60769f06322487228c1e
-Size (R/cpp11_0.2.7.tar.gz) = 199530 bytes
+SHA1 (R/cpp11_0.3.1.tar.gz) = 5ba3ab07cd9f33d8680f9f409a0b703b391a964c
+RMD160 (R/cpp11_0.3.1.tar.gz) = fcf5820f94a64a954e4f39a79551064daf4f03d8
+SHA512 (R/cpp11_0.3.1.tar.gz) = 86ccc2c64b54d40aed32f5e8f35eed2e893d1289a372484852de162ad0eaaabf36b4b600fe91a0009e435e1778a65990a2bddae3c53d2ed136cec5682e9d4e2a
+Size (R/cpp11_0.3.1.tar.gz) = 217952 bytes
Home |
Main Index |
Thread Index |
Old Index