pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-Rcpp



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 20 12:46:05 UTC 2019

Modified Files:
        pkgsrc/devel/R-Rcpp: Makefile distinfo

Log Message:
Update to 1.0.1

Upstream changes:
Changes in Rcpp version 1.0.1 (2019-03-17)

    Changes in Rcpp API:

        Subsetting is no longer limited by an integer range (William Nolan in #920 fixing #919).

        Error messages from subsetting are now more informative (Qiang and Dirk).

        Shelter increases count only on non-null objects (Dirk in #940 as suggested by Stepan Sindelar in #935).

        AttributeProxy::set() and a few related setters get Shiled<> to ensure rchk is happy (Romain in #947) fixing #946).

    Changes in Rcpp Attributes:

        A new plugin was added for C++20 (Dirk in #927)

        Fixed an issue where 'stale' symbols could become registered in RcppExports.cpp, leading to linker errors and other related issues (Kevin in #939 fixing #733 and #934).

        The wrapper macro gets an UNPROTECT to ensure rchk is happy (Romain in #949) fixing #948).

    Changes in Rcpp Documentation:

        Three small corrections were added in the 'Rcpp Quickref' vignette (Zhuoer Dong in #933 fixing #932).

        The Rcpp-modules vignette now has documentation for .factory (Ralf Stubner in #938 fixing #937).

    Changes in Rcpp Deployment:

        Travis CI again reports to CodeCov.io (Dirk and Ralf Stubner in #942 fixing #941).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-Rcpp/distinfo

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

Modified files:

Index: pkgsrc/devel/R-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.11 pkgsrc/devel/R-Rcpp/Makefile:1.12
--- pkgsrc/devel/R-Rcpp/Makefile:1.11   Fri Dec 21 08:11:23 2018
+++ pkgsrc/devel/R-Rcpp/Makefile        Sat Apr 20 12:46:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/12/21 08:11:23 wen Exp $
+# $NetBSD: Makefile,v 1.12 2019/04/20 12:46:05 wen Exp $
 
 CATEGORIES=    devel
 
@@ -8,7 +8,7 @@ COMMENT=        Seamless R and C++ Integration
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.0
+R_PKGVER=      1.0.1
 
 USE_LANGUAGES+=        c++
 

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.10 pkgsrc/devel/R-Rcpp/distinfo:1.11
--- pkgsrc/devel/R-Rcpp/distinfo:1.10   Fri Dec 21 08:11:23 2018
+++ pkgsrc/devel/R-Rcpp/distinfo        Sat Apr 20 12:46:05 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/12/21 08:11:23 wen Exp $
+$NetBSD: distinfo,v 1.11 2019/04/20 12:46:05 wen Exp $
 
-SHA1 (R/Rcpp_1.0.0.tar.gz) = 3f042c981d5be52545adbb4f63fe67e5cee26ac0
-RMD160 (R/Rcpp_1.0.0.tar.gz) = aeb93f91b9ce5d657208c0a224f35babd010cc5b
-SHA512 (R/Rcpp_1.0.0.tar.gz) = c47f4c4c820da482b2373aa75222f09ae6a28d376d9c036d89facd3293fe17504bea006115eb5d4e2a691b62a71a03c9386e8eb63956c215f982c7c0c32d1e10
-Size (R/Rcpp_1.0.0.tar.gz) = 3635277 bytes
+SHA1 (R/Rcpp_1.0.1.tar.gz) = 36c9ad70bdd2140155a359b266728808200f1643
+RMD160 (R/Rcpp_1.0.1.tar.gz) = 522c03fd0d4b5d6f0268d1918f06e4c62a50a2a9
+SHA512 (R/Rcpp_1.0.1.tar.gz) = cc0ec5399256fb35e0be6399eb6d37f8f74badb38ee9f76bab898c03487a721792921a26431221549fc3f3d60ef26a30e339c1d93cdbe6b7012e9f442b935150
+Size (R/Rcpp_1.0.1.tar.gz) = 3661123 bytes



Home | Main Index | Thread Index | Old Index