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:           Sun Dec 18 00:07:50 UTC 2022

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

Log Message:
(devel/R-Rcpp) Updated 1.0.8.3 to 1.0.9

2022-07-02  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Date, Version): Release 1.0.9

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

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

        * man/dependsAttribute.Rd: Use https in URL
        * man/exportAttribute.Rd: Idem
        * man/interfacesAttribute.Rd: Idem
        * DESCRIPTION (URL): Idem
        * README.md: Idem, use Amazon page for Rcpp book

2022-05-26  Dirk Eddelbuettel  <edd%debian.org@localhost>

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

2022-05-25  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * inst/tinytest/test_string.R: Add C++11 conditioning for new unit tests

2022-05-23  Dean Scarff  <dos%scarff.id.au@localhost>

        * inst/include/Rcpp/String.h: Make less copies of strings via move
        semantics and preserving the buffer/SEXP representation when copying
        * inst/include/RcppCommon.h: include <utility> for std::move
        * inst/tinytest/cpp/String.cpp: Add unit tests
        * inst/tinytest/test_string.R: Add unit tests

2022-05-12  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * docker/ci/Dockerfile: Added xml2, also use more r-cran-* binaries

2022-05-12  Marco Colombo <mar.colombo13%gmail.com@localhost>

        * vignettes/rmd/Rcpp-FAQ.Rmd: Fixed typo

2022-04-03  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * vignettes/rmd/Rcpp-FAQ.Rmd: Add paragraph about Date(time) not
        being aimed at parsing large quantities at once
        * vignettes/pdf/Rcpp-FAQ.pdf: Idem

        * vignettes/rmd/Rcpp.bib: Add four entries
        * inst/bib/Rcpp.bib: Idem

2022-03-14  Dirk Eddelbuettel  <edd%debian.org@localhost>

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.21 -r1.22 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.26 pkgsrc/devel/R-Rcpp/Makefile:1.27
--- pkgsrc/devel/R-Rcpp/Makefile:1.26   Tue Apr 12 14:37:21 2022
+++ pkgsrc/devel/R-Rcpp/Makefile        Sun Dec 18 00:07:50 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2022/04/12 14:37:21 mef Exp $
+# $NetBSD: Makefile,v 1.27 2022/12/18 00:07:50 mef Exp $
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.8.3
+R_PKGVER=      1.0.9
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,7 +17,7 @@ TEST_DEPENDS+=        R-rbenchmark>=1.0.0:../..
 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]*d:../../print/tex-iftex
+TEST_DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
 TEST_DEPENDS+= tex-pdflscape-[0-9]*:../../print/tex-pdflscape
 TEST_DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
 TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.21 pkgsrc/devel/R-Rcpp/distinfo:1.22
--- pkgsrc/devel/R-Rcpp/distinfo:1.21   Tue Apr 12 14:37:21 2022
+++ pkgsrc/devel/R-Rcpp/distinfo        Sun Dec 18 00:07:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/04/12 14:37:21 mef Exp $
+$NetBSD: distinfo,v 1.22 2022/12/18 00:07:50 mef Exp $
 
-BLAKE2s (R/Rcpp_1.0.8.3.tar.gz) = 0508c03921ec9be6f833769f929edc5cf22e123d7a6f9e556d76526228d661db
-SHA512 (R/Rcpp_1.0.8.3.tar.gz) = e1043beee67673852382e15a492e5e04bd28e3ff852394aeb771b486d03951f70683fc9a09f167b0270c784e8a0e340b18b5c611cb6726d862c8420e3b32ce31
-Size (R/Rcpp_1.0.8.3.tar.gz) = 3086192 bytes
+BLAKE2s (R/Rcpp_1.0.9.tar.gz) = 44e1a6e7d9de5b9271fb7745cfc631fca8abc3666b0cee66fa19f7d0ea1537d4
+SHA512 (R/Rcpp_1.0.9.tar.gz) = d12612d5ba5481fc9dc717170bd85704144d9397e00c15afcf998cb0cd81507e150b2343210c1a13a72136e6d6b0153222812f41369c6dc5f99c33f5156ff2fc
+Size (R/Rcpp_1.0.9.tar.gz) = 2957812 bytes



Home | Main Index | Thread Index | Old Index