pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-Rcpp Update to 0.12.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fafe31ed6c7
branches:  trunk
changeset: 308751:0fafe31ed6c7
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu May 31 02:12:25 2018 +0000

description:
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:

 devel/R-Rcpp/Makefile |   4 ++--
 devel/R-Rcpp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 0b67c4ca82f0 -r 0fafe31ed6c7 devel/R-Rcpp/Makefile
--- a/devel/R-Rcpp/Makefile     Thu May 31 02:03:03 2018 +0000
+++ b/devel/R-Rcpp/Makefile     Thu May 31 02:12:25 2018 +0000
@@ -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 @@
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      0.12.15
+R_PKGVER=      0.12.17
 
 USE_LANGUAGES+=        c++
 
diff -r 0b67c4ca82f0 -r 0fafe31ed6c7 devel/R-Rcpp/distinfo
--- a/devel/R-Rcpp/distinfo     Thu May 31 02:03:03 2018 +0000
+++ b/devel/R-Rcpp/distinfo     Thu May 31 02:12:25 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index