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 Jan 20 03:42:09 UTC 2024

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

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

2024-01-08  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Date, Version): Release 1.0.12

        * inst/include/Rcpp/config.h: Idem
        * inst/NEWS.Rd: Idem
        * vignettes/rmd/Rcpp.bib: Idem
        * inst/bib/Rcpp.bib: Idem
        * vignettes/pdf/*: Rebuilt

2024-01-01  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * vignettes/rmd/Rcpp.bib: Updated to current versions of cited packages
        * inst/bib/Rcpp.bib: Idem

2023-12-27  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * src/api.cpp (type2name): Refine OBJSXP return

2023-12-21  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * src/api.cpp (type2name): Recognise OBJSXP added in R 4.4.0

2023-11-28  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * inst/tinytest/testRcppInterfaceExporter/R/RcppExports.R: Regenerated
        * inst/tinytest/testRcppInterfaceExporter/src/RcppExports.cpp: Idem

2023-11-26  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version
        * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

        * src/attributes.cpp (generateCpp): Add a format string for Rf_error
        call to not run afoul of -Wformat-security

2023-11-24  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version
        * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

        * inst/include/Rcpp/iostream/Rstreambuf.h: Cast streamsize to int in
        two spots
        * inst/include/Rcpp/print.h (warningcall): Add missing '%s' format

2023-11-11  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * vignettes/rmd/Rcpp-FAQ.Rmd: Updated and edited
        * vignettes/pdf/Rcpp-FAQ.pdf: Updated
        * vignettes/rmd/Rcpp.bib: Updated

2023-10-28  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * vignettes/rmd/Rcpp-FAQ.Rmd: Updated and edited
        * vignettes/pdf/Rcpp-FAQ.pdf: Updated
        * vignettes/rmd/Rcpp.bib: Updated

2023-10-27  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version
        * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

        * R/tools.R: Correct missing Rd macros (spotted by R-devel CMD check)

2023-10-22 Aaron Lun <infinite.monkeys.with.keyboards%gmail.com@localhost>

        * inst/include/Rcpp/vector/MatrixColumn.h: Cast integer index
        to R_xlen_t to avoid integer overflow with large matrices.
        * inst/include/Rcpp/vector/MatrixRow.h: Ditto.
        * inst/include/Rcpp/vector/Vector.h: Remove stray cast to int
        that causes overflow when returning the end iterator.

2023-09-30  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * vignettes/rmd/Rcpp-introduction.Rmd (Rcpp): Correct caption of
        third figure (cf GitHub issue #1276)
        * vignettes/pdf/Rcpp-introduction.pdf: Rebuilt

2023-08-31  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version
        * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2023-08-29  Iñaki Ucar  <iucar%fedoraproject.org@localhost>

        * R/Attributes.R: Ad-hoc fix for testthat's C entrypoint in
        RcppExports.cpp

2023-08-03  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version
        * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2023-08-03  Michael Chirico  <chiricom%google.com@localhost>

        * src/attributes.cpp: Directly `#include <ostream>` for `std::endl`
        * src/date.cpp: Directly `#include <R_ext/Booelan.h>` for `TRUE` and
        `FALSE`


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.24 -r1.25 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.29 pkgsrc/devel/R-Rcpp/Makefile:1.30
--- pkgsrc/devel/R-Rcpp/Makefile:1.29   Sat Jul 22 01:46:25 2023
+++ pkgsrc/devel/R-Rcpp/Makefile        Sat Jan 20 03:42:08 2024
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.29 2023/07/22 01:46:25 mef Exp $
+# $NetBSD: Makefile,v 1.30 2024/01/20 03:42:08 mef Exp $
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.11
+R_PKGVER=      1.0.12
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Seamless R and C++ integration
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
+
 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

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.24 pkgsrc/devel/R-Rcpp/distinfo:1.25
--- pkgsrc/devel/R-Rcpp/distinfo:1.24   Sat Jul 22 01:46:25 2023
+++ pkgsrc/devel/R-Rcpp/distinfo        Sat Jan 20 03:42:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/07/22 01:46:25 mef Exp $
+$NetBSD: distinfo,v 1.25 2024/01/20 03:42:08 mef Exp $
 
-BLAKE2s (R/Rcpp_1.0.11.tar.gz) = f584de7d124203a911e7185c7442e0a45bcf36de31bd8fce4ec71558a779204b
-SHA512 (R/Rcpp_1.0.11.tar.gz) = 0489c137c500f76b3054a9ec114278103a65a4e42b88e9fc581fc4e33fb7e6ea0dda4660833e741fde7e89f61844c44e7c6e46ea464e9778c3d5cdc7a56b888d
-Size (R/Rcpp_1.0.11.tar.gz) = 2994004 bytes
+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



Home | Main Index | Thread Index | Old Index