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 Feb  3 13:24:25 UTC 2025

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

Log Message:
(devel/R-Rcpp) Updated 1.0.13.1 to 1.0.14

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

        * DESCRIPTION (Date, Version): Release 1.0.14

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

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

        * inst/include/Rcpp/Benchmark/Timer.h (R_NO_REMAP): Protect include
        with preceding #ifndef now that R 4.5.0 will set this too

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

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

        * inst/tinytest/test_date.R: Minor adjustment to datetime format test
        following R Dev Day change for R bug 17350 (and issue #1347 here)

2024-11-25  Simon Guest  <simon.guest%tesujimath.org@localhost>

        * src/attributes.cpp: fix CPP source having to be writable

2024-11-03  Marco Colombo  <mar.colombo13%gmail.com@localhost>

        * vignettes/rmd/Rcpp-FAQ.Rmd: Fixed typos
        * vignettes/rmd/Rcpp-attributes.Rmd: Idem
        * vignettes/rmd/Rcpp-extending.Rmd: Idem
        * vignettes/rmd/Rcpp-introduction.Rmd: Idem
        * vignettes/rmd/Rcpp-libraries.Rmd: Idem
        * vignettes/rmd/Rcpp-modules.Rmd: Idem
        * vignettes/rmd/Rcpp-package.Rmd: Idem
        * vignettes/rmd/Rcpp-quickref.Rmd: Idem
        * vignettes/rmd/Rcpp-sugar.Rmd: Idem

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

        * tests/tinytest.R: Minor code edit, removal of two no longer
        required setters for tinytest

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

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

2024-10-31  Kevin Ushey  <kevinushey%gmail.com@localhost>

        * inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs

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

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

        * .github/workflows/ci.yaml (jobs): Roll checkout action to v4

2024-10-26  Gábor Csárdi  <csardi.gabor%gmail.com@localhost>

        * inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix
        compilation

2024-10-07  Iñaki Ucar  <iucar%fedoraproject.org@localhost>

        * inst/include/Rcpp/platform/compiler.h: Uncomment
        HAS_VARIADIC_TEMPLATES macro definition
        * src/api.cpp: Simplify checks for variadic templates
        * inst/include/Rcpp/DataFrame.h: Idem
        * inst/include/Rcpp/DottedPair.h: Idem
        * inst/include/Rcpp/Function.h: Idem
        * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem
        * inst/include/Rcpp/Language.h: Idem
        * inst/include/Rcpp/Pairlist.h: Idem
        * inst/include/Rcpp/grow.h: Idem
        * inst/include/Rcpp/internal/call.h: Idem
        * inst/include/Rcpp/module/class.h: Idem
        * inst/include/Rcpp/traits/index_sequence.h: Idem
        * inst/include/Rcpp/traits/named_object.h: Idem
        * inst/include/Rcpp/vector/Vector.h: Idem
        * inst/include/Rcpp/Module.h: Idem + add missing is_void method
        * inst/tinytest/test_module.R: Add test for void functions and
        methods

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

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

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

        * inst/include/Rcpp/vector/Vector.h: Remove a cast as R_xlen_t
        is returned now

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

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

2024-09-12  Iñaki Ucar  <iucar%fedoraproject.org@localhost>

        * vignettes/.gitignore: Refinement to ignore more files under rmd/
        * vignettes/pdf/*: Rebuilt with Ghostscript 10.03.1
        * vignettes/*.pdf: Idem

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

        * DESCRIPTION (Authors@R): Added

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

        * R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R file
        * inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests

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

        * inst/tinytest/test_sugar.R: Skip one more NA related test on arm64
        and macOS as failure is seen at r-universe on arm64

        * .github/workflows/macos.yaml: Add basic r-ci setup but dialed-down
        to macOS only (as Linux is covered via multiple Docker setups)

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

        * Contributing.md: Refreshed content

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

        * vignettes/rmd/Rcpp-modules.Rmd (are): Add short two-sentence
        illustration following GitHub issue #1322

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.28 -r1.29 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.34 pkgsrc/devel/R-Rcpp/Makefile:1.35
--- pkgsrc/devel/R-Rcpp/Makefile:1.34   Thu Nov  7 13:51:37 2024
+++ pkgsrc/devel/R-Rcpp/Makefile        Mon Feb  3 13:24:24 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2024/11/07 13:51:37 mef Exp $
+# $NetBSD: Makefile,v 1.35 2025/02/03 13:24:24 mef Exp $
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.13-1
+R_PKGVER=      1.0.14
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.28 pkgsrc/devel/R-Rcpp/distinfo:1.29
--- pkgsrc/devel/R-Rcpp/distinfo:1.28   Thu Nov 28 15:12:01 2024
+++ pkgsrc/devel/R-Rcpp/distinfo        Mon Feb  3 13:24:24 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2024/11/28 15:12:01 bacon Exp $
+$NetBSD: distinfo,v 1.29 2025/02/03 13:24:24 mef Exp $
 
-BLAKE2s (R/Rcpp_1.0.13-1.tar.gz) = 2beaaaca299d5071ff3505917ac57f0effeca994d51a479e08e729167496f538
-SHA512 (R/Rcpp_1.0.13-1.tar.gz) = f94df7519db70e37f8746dfbee473226f6f472c05c774004bf13a3dc7f833157dde3610117672f31914be77262f1cb547ff25501167553c7e4ad90efd772321c
-Size (R/Rcpp_1.0.13-1.tar.gz) = 3435726 bytes
+BLAKE2s (R/Rcpp_1.0.14.tar.gz) = c2e70382bdf746ee3dd5dfb9fdec9d750927a9b3cb94ffdeab76a05ac253188c
+SHA512 (R/Rcpp_1.0.14.tar.gz) = fa59b5c2446c1cea7cb9ba432c31060a6c54092ac9a9fac76fb45dc8805aabba8fdca019ba4c020f40d5e794c7550afb36313c4a477ffc6d81d53d30aee6333d
+Size (R/Rcpp_1.0.14.tar.gz) = 3013288 bytes
 SHA1 (patch-inst_include_Rcpp_exceptions.h) = 15bf2b84e1fcb0828b8231632b0178880fcfa331
 SHA1 (patch-inst_include_Rcpp_exceptions_cpp11_exceptions.h) = 37aeaa6907ec9b576f2655caddd98e45f991e198
 SHA1 (patch-inst_include_Rcpp_exceptions_cpp98_exceptions.h) = f507c1982b0dc3de7ab6884fd6c903cbf4926efc



Home | Main Index | Thread Index | Old Index