pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-Rcpp (devel/R-Rcpp) Updated to 1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f866b68b41f
branches:  trunk
changeset: 421125:7f866b68b41f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 11 14:12:07 2020 +0000

description:
(devel/R-Rcpp) Updated to 1.0.3
(pkgsrc changes):
   - Add some TEST_DEPENDS, but make test does not complete yet
   - Still more TEST_DEPENDS are necessary (of which not packaged yet)

(upstream changes):
  ( https://cran.r-project.org/web/packages/Rcpp/news.html )
Changes in Rcpp version 1.0.3 (2019-11-08)

- Changes in Rcpp API:
     Compilation can be sped up by skipping Modules headers via a
     toggle RCPP_NO_MODULES (Kevin in #995 for #993).

     Compilation can be sped up by toggling RCPP_NO_RTTI which
     implies RCPP_NO_MODULES (Dirk in #998 fixing #998).

     XPtr tags are now preserved in as<> (Stephen Wade in #1003
     fixing #986, plus Dirk in #1012).

     A few more temporary allocations are now protected from
     garbage collection (Romain Francois in #1010, and Dirk in
     #1011).

- Changes in Rcpp Modules:
     Improved initialization via explicit Rcpp:: prefix (Riccardo
     Porreca in #980).

- Changes in Rcpp Deployment:
     A unit test for Rcpp Class exposure was updated to not fail
     under r-devel (Dirk in #1008 fixing #1006).

- Changes in Rcpp Documentation:
     The Rcpp-modules vignette received a major review and
     edit (Riccardo Porreca in #982).

     Minor whitespace alignments and edits were made in three
     vignettes following the new pinp release (Dirk).

     New badges for DOI and CRAN and BioConductor reverse
     dependencies have been added to README.md (Dirk).

     Vignettes are now included pre-made (Dirk in #1005
     addressing #1004)).

     The Rcpp FAQ has two new entries on 'no modules / no rtti'
     and exceptions across shared libraries (Dirk in #1009).

diffstat:

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

diffs (40 lines):

diff -r 7b0342052e41 -r 7f866b68b41f devel/R-Rcpp/Makefile
--- a/devel/R-Rcpp/Makefile     Sat Jan 11 14:01:17 2020 +0000
+++ b/devel/R-Rcpp/Makefile     Sat Jan 11 14:12:07 2020 +0000
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.15 2019/09/26 00:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/11 14:12:07 mef Exp $
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.2
+R_PKGVER=      1.0.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Seamless R and C++ integration
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
+TEST_DEPENDS+= R-inline-[0-9]*:../../devel/R-inline
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
+TEST_DEPENDS+= R-rbenchmark-[0-9]*:../../benchmark/R-rbenchmark
+
 USE_LANGUAGES+=        c++
 
 REPLACE_R+=            inst/examples/*/*.r
diff -r 7b0342052e41 -r 7f866b68b41f devel/R-Rcpp/distinfo
--- a/devel/R-Rcpp/distinfo     Sat Jan 11 14:01:17 2020 +0000
+++ b/devel/R-Rcpp/distinfo     Sat Jan 11 14:12:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/07/31 15:00:16 brook Exp $
+$NetBSD: distinfo,v 1.13 2020/01/11 14:12:07 mef Exp $
 
-SHA1 (R/Rcpp_1.0.2.tar.gz) = 086929a798a9cc601a48c3d1fa72c9d1f4546d16
-RMD160 (R/Rcpp_1.0.2.tar.gz) = 3a8048a100450cff8bcdbd3e229cb42a165fe4c4
-SHA512 (R/Rcpp_1.0.2.tar.gz) = 4d60da82b265233806e6643b41bbb59f5fc642dbe15a8aaceea06e01164e32f2f2ab3625a1ad524e5df4cb5f473c32941848eac42f9d9b9ed563d53af3315423
-Size (R/Rcpp_1.0.2.tar.gz) = 3699570 bytes
+SHA1 (R/Rcpp_1.0.3.tar.gz) = 59ac582f216c8d90ab4cb5f99d141fb3607882ad
+RMD160 (R/Rcpp_1.0.3.tar.gz) = e2767c60fdb06cc3b1a171132f289bb76457d551
+SHA512 (R/Rcpp_1.0.3.tar.gz) = fee76b2d5d20fc0e7885e657736333dca310398f31683209a8750f01f94898842c2936beec6d9e4cade2923fc01163d988b9ec778a8a39d2ce674bef27e8aa64
+Size (R/Rcpp_1.0.3.tar.gz) = 2749025 bytes



Home | Main Index | Thread Index | Old Index