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:   mef
Date:           Sat Oct 19 10:41:44 UTC 2024

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

Log Message:
(devel/R-Rcpp) Updated 1.0.12 to 1.0.13

   R CMD Rd2txt  /tmp/devel/R-Rcpp/work/Rcpp/inst/NEWS.Rd | head -40

Changes in Rcpp release version 1.0.13 (2024-07-11):

        * Changes in Rcpp API:

            * Set R_NO_REMAP if not already defined (Dirk in #1296)

            * Add variadic templates to be used instead of generated
              code (Andrew Johnson in #1303)

            * Count variables were switches to 'size_t' to avoid
              warnings about conversion-narrowing (Dirk in #1307)

            * Rcpp now avoids the usage of the (non-API) DATAPTR
              function when accessing the contents of Rcpp Vector
              objects where possible. (Kevin in #1310)

            * Rcpp now emits an R warning on out-of-bounds Vector
              accesses. This may become an error in a future Rcpp
              release. (Kevin in #1310)

            * Switch 'VECTOR_PTR' and 'STRING_PTR' to new API-compliant
              'RO' variants (Kevin in #1317 fixing #1316)

        * Changes in Rcpp Deployment:

            * Small updates to the CI test containers have been made
              (#1304)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.25 -r1.26 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.32 pkgsrc/devel/R-Rcpp/Makefile:1.33
--- pkgsrc/devel/R-Rcpp/Makefile:1.32   Sat Feb  3 21:53:13 2024
+++ pkgsrc/devel/R-Rcpp/Makefile        Sat Oct 19 10:41:44 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2024/02/03 21:53:13 mef Exp $
+# $NetBSD: Makefile,v 1.33 2024/10/19 10:41:44 mef Exp $
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.12
+R_PKGVER=      1.0.13
 CATEGORIES=    devel
-PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Seamless R and C++ integration
@@ -18,6 +17,7 @@ TEST_DEPENDS+=        R-markdown-[0-9]*:../../t
 TEST_DEPENDS+= R-pkgKitten>=0.1.2:../../devel/R-pkgKitten
 TEST_DEPENDS+= R-rbenchmark>=1.0.0:../../benchmarks/R-rbenchmark
 TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+
 TEST_DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages
 TEST_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
 TEST_DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
@@ -25,6 +25,8 @@ TEST_DEPENDS+=        tex-pdflscape-[0-9]*:../.
 TEST_DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
 TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES+=                c++
 USE_CXX_FEATURES+=     c++11

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.25 pkgsrc/devel/R-Rcpp/distinfo:1.26
--- pkgsrc/devel/R-Rcpp/distinfo:1.25   Sat Jan 20 03:42:08 2024
+++ pkgsrc/devel/R-Rcpp/distinfo        Sat Oct 19 10:41:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/01/20 03:42:08 mef Exp $
+$NetBSD: distinfo,v 1.26 2024/10/19 10:41:44 mef Exp $
 
-BLAKE2s (R/Rcpp_1.0.12.tar.gz) = 8f57dfea223ada2a891107d65a4d959f4016eb0e1cf9612329b14bfb5befff69
-SHA512 (R/Rcpp_1.0.12.tar.gz) = 5321ca5aacab8effde84fbfcaab790dc6b974fa9130071b7c52db1290a165ec15c353e83d15ef6d1392faa5e6b164d3f68cc0804eaad04b5a0fdeb52f67a1d9c
-Size (R/Rcpp_1.0.12.tar.gz) = 3430494 bytes
+BLAKE2s (R/Rcpp_1.0.13.tar.gz) = d05afbebf17f645ac676fd1767329135c0d2ae288f55a42a40031cf5529a4aba
+SHA512 (R/Rcpp_1.0.13.tar.gz) = 20f256057ad1bc4d220236d1add96b77b11e0ea680cea73c8614702b284c3f9f72ed9d3e5e53a4aa3c268118d22ae7480677a0a69fe72339f851e7b9492aed5f
+Size (R/Rcpp_1.0.13.tar.gz) = 3435344 bytes



Home | Main Index | Thread Index | Old Index