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: Thu Jun 1 13:21:01 UTC 2023
Modified Files:
pkgsrc/devel/R-Rcpp: Makefile distinfo
Log Message:
(devel/R-Rcpp) Updated 1.0.9 to 1.0.10
2023-01-08 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/include/Rcpp/String.h: Address clang++-14 conversion warning
* inst/include/Rcpp/sugar/functions/mean.h: Idem
* inst/include/Rcpp/vector/Vector.h: Idem
* src/attributes.cpp: Idem
* src/date.cpp: Idem
2022-12-29 Dirk Eddelbuettel <edd%debian.org@localhost>
* .github/workflows/docker.yaml (jobs): Update several actions
2022-12-26 Dirk Eddelbuettel <edd%debian.org@localhost>
* .github/workflows/stale.yaml (jobs): Update actions/stale@v6
2022-11-14 Dirk Eddelbuettel <edd%debian.org@localhost>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-10-27 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
2022-10-27 Kevin Ushey <kevinushey%gmail.com@localhost>
* inst/tinytest/cpp/coerce.cpp: add coerce unit tests
* inst/tinytest/test_coerce.R: idem
2022-10-25 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/include/Rcpp/internal/r_coerce.h (coerce_to_string<RAWSXP >):
Replace last remaining sprintf with snprintf
2022-10-12 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
* R/Attributes.R (sourceCpp): Protect path to binary from spaces
2022-10-06 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
* inst/tinytest/test_dataframe.R (test.DataFrame.PushZeroLength): Add
new test
* inst/tinytest/cpp/DataFrame.cpp (DataFrame_PushOnEmpty): C++
support for new test
2022-10-04 Dirk Eddelbuettel <edd%debian.org@localhost>
* inst/include/Rcpp/DataFrame.h (set_type_after_push): Allow zero-row
data.frame objects to be grown by push_{back,front}()
2022-09-25 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
2022-09-23 Kevin Ushey <kevinushey%gmail.com@localhost>
* R/Module.R: Force 'finalize' method to be materialized
2022-09-20 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
* R/Attributes.R: Support C++20, C++23 and C++2b (for experimental /
incomplete support) via new plugins
2022-07-27 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem
2022-07-23 Iñaki Ucar <iucar%fedoraproject.org@localhost>
* inst/include/Rcpp/r/headers.h: Unwind protection is enabled by default
unless `RCPP_NO_UNWIND_PROTECT` is defined (`RCPP_USE_UNWIND_PROTECT` is
not checked anymore and has no effect)
* inst/include/Rcpp/vector/Vector.h: Switch evaluation to `Rcpp_eval`
* R/Attributes.R: `[[Rcpp::plugins(unwindProtect)]]` is deprecated
* inst/tinytest/cpp/stack.cpp: Adapted
* inst/tinytest/test_exceptions.R: Adapted
* inst/tinytest/test_interface.R: Adapted
* inst/tinytest/testRcppInterfaceExporter/src/config.h: Removed
2022-07-10 Dirk Eddelbuettel <edd%debian.org@localhost>
* docker/ci-4.1/Dockerfile: Add Dockerfile for 4.1 series
* .github/workflows/ci.yaml: Add 4.1 to CI matrix
* .github/workflows/docker.yaml: Do not rebuild versioned ones
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.22 -r1.23 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.27 pkgsrc/devel/R-Rcpp/Makefile:1.28
--- pkgsrc/devel/R-Rcpp/Makefile:1.27 Sun Dec 18 00:07:50 2022
+++ pkgsrc/devel/R-Rcpp/Makefile Thu Jun 1 13:21:01 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/12/18 00:07:50 mef Exp $
+# $NetBSD: Makefile,v 1.28 2023/06/01 13:21:01 mef Exp $
R_PKGNAME= Rcpp
-R_PKGVER= 1.0.9
+R_PKGVER= 1.0.10
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.22 pkgsrc/devel/R-Rcpp/distinfo:1.23
--- pkgsrc/devel/R-Rcpp/distinfo:1.22 Sun Dec 18 00:07:50 2022
+++ pkgsrc/devel/R-Rcpp/distinfo Thu Jun 1 13:21:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/12/18 00:07:50 mef Exp $
+$NetBSD: distinfo,v 1.23 2023/06/01 13:21:01 mef Exp $
-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
+BLAKE2s (R/Rcpp_1.0.10.tar.gz) = 75bb61309cb8299f0f514c3fbc993edb183c40acbbd8098288fe1deedf7d2796
+SHA512 (R/Rcpp_1.0.10.tar.gz) = 492a399765f5b4a11ea7710a8a0f48959b11c1eebf3e009da43f18c8c6646dccc9b16998aaa8f704fc0b9742e7ecb7b1dbdcd2abb1b35bb412f5eaf140733fa5
+Size (R/Rcpp_1.0.10.tar.gz) = 2936173 bytes
Home |
Main Index |
Thread Index |
Old Index