pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/R-cpp11



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep  4 14:32:31 UTC 2021

Modified Files:
        pkgsrc/lang/R-cpp11: Makefile distinfo

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/R-cpp11/Makefile \
    pkgsrc/lang/R-cpp11/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/R-cpp11/Makefile
diff -u pkgsrc/lang/R-cpp11/Makefile:1.2 pkgsrc/lang/R-cpp11/Makefile:1.3
--- pkgsrc/lang/R-cpp11/Makefile:1.2    Sat Jun 12 22:01:40 2021
+++ pkgsrc/lang/R-cpp11/Makefile        Sat Sep  4 14:32:31 2021
@@ -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 @@ COMMENT=       C++11 Interface for R's C Inter
 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
 
Index: pkgsrc/lang/R-cpp11/distinfo
diff -u pkgsrc/lang/R-cpp11/distinfo:1.2 pkgsrc/lang/R-cpp11/distinfo:1.3
--- pkgsrc/lang/R-cpp11/distinfo:1.2    Sat Jun 12 22:01:40 2021
+++ pkgsrc/lang/R-cpp11/distinfo        Sat Sep  4 14:32:31 2021
@@ -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