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 Jul 22 01:46:26 UTC 2023

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

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

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

        * DESCRIPTION (Date, Version): Release 1.0.11

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

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

        * README.md: Update usage numbers in Examples section

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

        * docker/ci-dev/Dockerfile: Make 'rm' more robust as 'rm -f'
        * docker/ci-4.2/Dockerfile: Add new container for R 4.2.3
        * .github/workflows/ci.yaml (jobs): Add entry for R 4.2.3

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

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

        * README.md: Two URL updates for appease R CMD check

        * DESCRIPTION (Encoding): Somewhat belated addition

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

        * README.md: Use app.codecov.io as base for codecov link

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

        * .github/workflows/ci.yaml: Simplified container use

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

        * .github/workflows/stale.yaml: Roll to v8

2023-03-27  I単aki Ucar  <iucar%fedoraproject.org@localhost>

        * R/Attributes.R: Remove command quoting, not needed anymore for system2()
        * inst/tinytest/test_xptr.R: Update copyright

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

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

        * inst/tinytest/test_stats.R: Revisit change from PR #1252; we now
        use a slightly smaller tolerance to accomodate old and new value

        * inst/tinytest/test_sugar.R: Protect a small number of tests on NA
        propagation from running on arm64/Darwin which requires special care

2023-03-25  I単aki Ucar  <iucar%fedoraproject.org@localhost>

        * R/Attributes.R: Switch to system2 to be able to capture stderr on error

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

        * docker/ci-dev/Dockerfile: During Debian freeze experimental repo is
        renamed which leads to a hickup here so temporarily remove list file

2023-03-24  I単aki Ucar  <iucar%fedoraproject.org@localhost>

        * inst/tinytest/test_xptr.R: Skip some tests on Windows

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

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

        * src/attributes.cpp (RExportsGenerator::writeEnd): Replace a pair of
        apostrophes with backticks in generated .Call() statemente

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

        * inst/tinytest/test_stats.R: Use more accurate value in R 4.3.0

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

        * inst/CITATION: Update to new format preferred by r-devel

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

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

        * inst/include/Rcpp/sugar/functions/sapply.h: Enable compilation
        under C++20 (using clang++ and its C++ library) via invoke_result

2023-01-29  I単aki Ucar  <iucar%fedoraproject.org@localhost>

        * inst/tinytest/test_xptr.R: Fix a couple of tests writing to stdout

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

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

2023-01-24  Lukasz Laniewski-Wollk  <llaniewski%meil.pw.edu.pl@localhost>

        * R/RcppLdpath.R: CxxFlags() now quotes only non-standard paths on linux


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/R-Rcpp/Makefile
cvs rdiff -u -r1.23 -r1.24 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.28 pkgsrc/devel/R-Rcpp/Makefile:1.29
--- pkgsrc/devel/R-Rcpp/Makefile:1.28   Thu Jun  1 13:21:01 2023
+++ pkgsrc/devel/R-Rcpp/Makefile        Sat Jul 22 01:46:25 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/06/01 13:21:01 mef Exp $
+# $NetBSD: Makefile,v 1.29 2023/07/22 01:46:25 mef Exp $
 
 R_PKGNAME=     Rcpp
-R_PKGVER=      1.0.10
+R_PKGVER=      1.0.11
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-Rcpp/distinfo
diff -u pkgsrc/devel/R-Rcpp/distinfo:1.23 pkgsrc/devel/R-Rcpp/distinfo:1.24
--- pkgsrc/devel/R-Rcpp/distinfo:1.23   Thu Jun  1 13:21:01 2023
+++ pkgsrc/devel/R-Rcpp/distinfo        Sat Jul 22 01:46:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/06/01 13:21:01 mef Exp $
+$NetBSD: distinfo,v 1.24 2023/07/22 01:46:25 mef Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index