diff options
| author | wen <wen@pkgsrc.org> | 2019-04-20 12:46:05 +0000 |
|---|---|---|
| committer | wen <wen@pkgsrc.org> | 2019-04-20 12:46:05 +0000 |
| commit | 9ce7d726645b004dd1302e77a305544085a481ab (patch) | |
| tree | 580bcabc04dedd66fc87dde16b5f684ce86efd95 /devel/R-Rcpp/Makefile | |
| parent | 278b25ff92972efaf269e706ffb640747133d815 (diff) | |
| download | pkgsrc-9ce7d726645b004dd1302e77a305544085a481ab.tar.gz | |
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).
Diffstat (limited to 'devel/R-Rcpp/Makefile')
| -rw-r--r-- | devel/R-Rcpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/R-Rcpp/Makefile b/devel/R-Rcpp/Makefile index cb3b18929d4..03d2ddcd935 100644 --- a/devel/R-Rcpp/Makefile +++ b/devel/R-Rcpp/Makefile @@ -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++ |
