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: Mon Mar 14 11:25:38 UTC 2022
Modified Files:
pkgsrc/devel/R-Rcpp: Makefile distinfo
Log Message:
(devel/R-Rcpp) Updated 1.0.7 to 1.0.8.2
2022-03-10 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
* inst/tinytest/cpp/sugar.cpp: Also conditionally replace
std::unary_function with std::function
* vignettes/rmd/Rcpp-sugar.Rmd: Replace std::unary_function example
with std::function (implicitly requiring C++ in vignette example)
* vignettes/rmd/Rcpp-FAQ.Rmd: Idem
2022-03-09 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/include/Rcpp/Language.h: To quieten compilations, replace
std::(unary|binary)_function with std::function for C++11 or later
* inst/include/Rcpp/StringTransformer.he: Idem
2022-01-21 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
2022-01-20 Dirk Eddelbuettel <edd%debian.org@localhost>
* src/attributes.cpp: Make three small changes to permit compilation
under C++98 now (while we consider just turning to C++11 overall)
2022-01-14 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/tinytest/test_packageversion.R: Comparison to 'dev' revision
version now tolerant of optional trailing zero (e.g. 1.0.8.0)
2022-01-11 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Date, Version): Release 1.0.8
* inst/include/Rcpp/config.h: Idem
* inst/NEWS.Rd: Idem
* vignettes/rmd/Rcpp.bib: Idem
* inst/bib/Rcpp.bib: Idem
* vignettes/pdf/*: Rebuilt
* inst/include/Rcpp/r/headers.h: STRICT_R_HEADERS set by default
unless override RCPP_NO_STRICT_HEADERS is set (cf issue #1158)
2022-01-10 Dirk Eddelbuettel <edd%debian.org@localhost>
* vignettes/rmd/Rcpp.bib: Updated CRAN and R references
* inst/bib/Rcpp.bib: Idem
* vignettes/rmd/getCurrentVersionsOfCitedPackages.R: Updated
2022-01-01 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/NEWS.Rd: Added entries for a few PRs since last release
* vignettes/rmd/Rcpp.bib: Provide both url and doi entries
* inst/bib/Rcpp.bib: Idem
2021-12-28 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Add section on performance
2021-12-24 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Update usage counts
2021-12-16 Dirk Eddelbuettel <edd%debian.org@localhost>
* vignettes/rmd/Rcpp.bib: Update JSS references to new doi scheme,
update http URL links to https
* inst/bib/Rcpp.bib: Idem
2021-12-10 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
2021-12-08 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/include/Rcpp/Rcpp: Added as new entry point
* inst/include/Rcpp/Light: Added as lighter-weight entry point
* inst/include/Rcpp/Lighter: Idem
* inst/include/Rcpp/Lightest: Idem
2021-11-30 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Remove Travis badge
* .travis.yml: Removed
2021-11-15 Dirk Eddelbuettel <edd%debian.org@localhost>
* docker/ci/Dockerfile: Minor cleanup
2021-11-14 Dirk Eddelbuettel <edd%debian.org@localhost>
* R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X
2021-11-11 Kevin Ushey <kevinushey%gmail.com@localhost>
* R/RcppLdpath.R: CxxFlags() now quotes its include path
2021-10-15 Travers Ching <traversc%gmail.com@localhost>
* inst/tinytest/testRcppAttributePackage: Tests `signature` attribute
* inst/tinytest/test_attribute_package.R: Tests `signature` attribute
2021-10-13 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Switch JSS url to doi form per JSS request
* man/Rcpp-package.Rd: Idem
* man/RcppLdFlags.Rd: Idem
* inst/CITATION: Only use doi entries in three citEntry blocks
2021-10-11 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
* .codecov.yml (comment): Disable codecov comments on PRs
2021-10-10 Travers Ching <traversc%gmail.com@localhost>
* src/attributes.cpp: Add `signature` attribute and syntax checks
2021-10-02 Dirk Eddelbuettel <edd%debian.org@localhost>
* .github/workflows/docker.yaml (jobs): Add container builder action
2021-10-01 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
* inst/NEWS.Rd: Updated
2021-09-29 Iñaki Ucar <iucar%fedoraproject.org@localhost>
* inst/include/Rcpp/XPtr.h: Check for new define
`RCPP_USE_FINALIZE_ON_EXIT` to flip the value of XPtr's `finalizeOnExit`
parameter from false (default) to true.
* inst/tinytest/test_xptr.R: Added test for this functionality.
2021-09-27 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Added total downloads badge
2021-09-06 Dirk Eddelbuettel <edd%debian.org@localhost>
* docker/ci-4.0/Dockerfile: Using R 4.0.5 to build ci-4.0
* .github/workflows/ci.yaml (jobs): Also run against R 4.0.*
2021-09-05 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/examples/Misc/piSugar.cpp (piSugar): Remove spurious call to
RNGScope we do not need with Rcpp Attributes
* inst/examples/RcppGibbs/RcppGibbs.R (Rgibbs): Comment on two uses
of RNGScope as historical in pre-Attributes code
* inst/examples/RcppGibbs/timeRNGs.R: Idem for one more
2021-08-05 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/bib/Rcpp.bib: Use https for CRAN URLs
* vignettes/rmd/Rcpp.bib: Idem
2021-07-25 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
2021-07-24 Dirk Eddelbuettel <edd%debian.org@localhost>
* vignettes/rmd/Rcpp-FAQ.Rmd: New entry on growing vectors
2021-07-08 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
* cleanup: Check for optional vignettes/rmd before trying to access it
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/devel/R-Rcpp/Makefile:1.24
--- pkgsrc/devel/R-Rcpp/Makefile:1.23 Sat Aug 21 13:37:31 2021
+++ pkgsrc/devel/R-Rcpp/Makefile Mon Mar 14 11:25:38 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2021/08/21 13:37:31 mef Exp $
+# $NetBSD: Makefile,v 1.24 2022/03/14 11:25:38 mef Exp $
R_PKGNAME= Rcpp
-R_PKGVER= 1.0.7
+R_PKGVER= 1.0.8.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.19 pkgsrc/devel/R-Rcpp/distinfo:1.20
--- pkgsrc/devel/R-Rcpp/distinfo:1.19 Tue Oct 26 10:14:01 2021
+++ pkgsrc/devel/R-Rcpp/distinfo Mon Mar 14 11:25:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:14:01 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/03/14 11:25:38 mef Exp $
-BLAKE2s (R/Rcpp_1.0.7.tar.gz) = 5b654525b3ddac0ec726acc44fa547bc4fff0f67d88437334bae55181363d89f
-SHA512 (R/Rcpp_1.0.7.tar.gz) = 77e980582836993a9521c1c03349ff0a801cf4ab7200264587ef85cc35b7db8c3edac53523167830619e7e7c5e14da55e96e612f60672ca9fe30852f915a3e5f
-Size (R/Rcpp_1.0.7.tar.gz) = 2941808 bytes
+BLAKE2s (R/Rcpp_1.0.8.2.tar.gz) = 09ee3018c41a42805b215820e8cf270b5394954ca59fb33584b9a322d656fe85
+SHA512 (R/Rcpp_1.0.8.2.tar.gz) = 30ce099d81012c56ee07837528eb4b78ad852b52fc137f5692777953b8d8a7955b43e5c0687cd9a1d24493230ab3ed403d8eed4446ced12f341e97f0caba1d79
+Size (R/Rcpp_1.0.8.2.tar.gz) = 3084732 bytes
Home |
Main Index |
Thread Index |
Old Index