summaryrefslogtreecommitdiff
path: root/devel/R-Rcpp
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-05-31 02:12:25 +0000
committerwen <wen@pkgsrc.org>2018-05-31 02:12:25 +0000
commit0a6365c9a8c92f7891a5f5374ef59dfbcd192288 (patch)
tree89cf2eb8555724d55a2da0e92a5858e5534efd76 /devel/R-Rcpp
parent4052323fb11e39cbe37860c67bcceda8f0de0452 (diff)
downloadpkgsrc-0a6365c9a8c92f7891a5f5374ef59dfbcd192288.tar.gz
Update to 0.12.17
Upstream changes: Changes in Rcpp version 0.12.17 (2018-05-09) Changes in Rcpp API: The random number Generator class no longer inhreits from RNGScope (Kevin in #837 fixing #836). A spurious parenthesis was removed to please gcc8 (Dirk fixing #841) The optional Timer class header now undefines FALSE which was seen to have side-effects on some platforms (Romain in #847 fixing #846). Optional StoragePolicy attributes now also work for string vectors (Romain in #850 fixing #849). Changes in Rcpp Documentation: A few old typesetting conventions from the prior Rnw format have been corrected (Peter Hickey in #831; Joris Meys; Dirk) Two internal links to the introduction published in JSS have been updated to the changed filename given the newer TAS introduction. Some remaining backticks were replaced with straight quotes (Ralf Stubner in #845). A citation to the Rcpp introducion in the The American Statistician has been added to the introductory and FAQ vignettes. Changes in Rcpp version 0.12.16 (2018-03-08) Changes in Rcpp API: Rcpp now sets and puts the RNG state upon each entry to an Rcpp function, ensuring that nested invocations of Rcpp functions manage the RNG state as expected (Kevin in #825 addressing #823). The R::pythag wrapper has been commented out; the underlying function has been gone from R since 2.14.0, and ::hypot() (part of C99) is now used unconditionally for complex numbers (Dirk in #826). The long long type can now be used on 64-bit Windows (Kevin in #811 and again in #829 addressing #804). Changes in Rcpp Attributes: Code generated with cppFunction() now uses .Call() directly (Kirill Mueller in #813 addressing #795). Changes in Rcpp Documentation: The Rcpp FAQ vignette is now indexed as 'Rcpp-FAQ'; a stale Gmane reference was removed and entry for getting compilers under Conda was added. The top-level README.md now has a Support section. The Rcpp.bib reference file was refreshed to current versions.
Diffstat (limited to 'devel/R-Rcpp')
-rw-r--r--devel/R-Rcpp/Makefile4
-rw-r--r--devel/R-Rcpp/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/R-Rcpp/Makefile b/devel/R-Rcpp/Makefile
index 1c20d97096d..212e7249d73 100644
--- a/devel/R-Rcpp/Makefile
+++ b/devel/R-Rcpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/04/05 10:29:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2018/05/31 02:12:25 wen Exp $
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT= Seamless R and C++ Integration
LICENSE= gnu-gpl-v2
R_PKGNAME= Rcpp
-R_PKGVER= 0.12.15
+R_PKGVER= 0.12.17
USE_LANGUAGES+= c++
diff --git a/devel/R-Rcpp/distinfo b/devel/R-Rcpp/distinfo
index ae0b7fcb071..15c262b6018 100644
--- a/devel/R-Rcpp/distinfo
+++ b/devel/R-Rcpp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/01/22 02:38:47 wen Exp $
+$NetBSD: distinfo,v 1.9 2018/05/31 02:12:25 wen Exp $
-SHA1 (R/Rcpp_0.12.15.tar.gz) = 16aecc462d34df2c2b2b81adcbb6e834a131dfee
-RMD160 (R/Rcpp_0.12.15.tar.gz) = dea808f235d4ced4e24a3a67548fb03820a56d7d
-SHA512 (R/Rcpp_0.12.15.tar.gz) = 5026ceeaa297c93277081a676e535c126537079f30e0b7fab91aa7eb5980a6b8e0d2f4dc700e364bd544d4840f7797f5327b3ae5f3e620ef6e442a9a3802ebff
-Size (R/Rcpp_0.12.15.tar.gz) = 3762481 bytes
+SHA1 (R/Rcpp_0.12.17.tar.gz) = dd46708d3d218fd058ad33b0c160fe56763cd828
+RMD160 (R/Rcpp_0.12.17.tar.gz) = 683cc2e585db53d33376733d0613420446de1b8d
+SHA512 (R/Rcpp_0.12.17.tar.gz) = 523556a13b8b29e2e8263e7515405a18cdd2005e0ac83b850cbc3abb781e49e34f154065136b744602df92d169cc78b1e4cca959734cda5f6acd434aa7b79ccb
+Size (R/Rcpp_0.12.17.tar.gz) = 3766351 bytes