pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-RcppEigen



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 09:23:47 UTC 2022

Modified Files:
        pkgsrc/math/R-RcppEigen: Makefile distinfo

Log Message:
(math/R-RcppEigen) Updated  0.3.3.9.1 to 0.3.3.9.3

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

        * src/init.c: Add 'void' for proper prototype pleasing clang-15

        * R/fastLm.R (summary.fastLm,print.fastLm): Refer to correct and full
        variable name df.residual in the returned object

        * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

2022-09-15  Jonah Gabry  <jgabry%gmail.com@localhost>

        * inst/skeleton/rcppeigen_hello_world.cpp: Correct typo

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

        * DESCRIPTION (Depends): Add a versioned dependency on R 3.6.0 or
        later because of our use of FCONE to support USE_FC_LEN_T

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

        * DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.2
        * inst/NEWS.Rd: Release 0.3.3.9.2

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

        * src/fastLm.cpp: Add FCONE in two calls for improved Fortran and C
        character interface per Writing R Extensions, Section 6.6.1

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

        * inst/tinytest/test_wrap.R: Added (optional) large memory wrap tests
        * inst/tinytest/cpp/wrap.cpp: Added C++ part of test

        * .codecov.yml: Added to not trigger PR fail for small additions

2022-01-16  Mikael Jagan  <jaganmn%mcmaster.ca@localhost>

        * inst/include/RcppEigenWrap.h: Refine use plain dense wrap() change

2022-01-15  Mikael Jagan  <jaganmn%mcmaster.ca@localhost>

        * inst/include/RcppEigenWrap.h: Use R_xlen_t for vectors rows + cols

2021-12-29  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Add total downloads badge

2021-12-08  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Remove unused continuous integration artifact and badge

2021-10-13  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * inst/CITATION: Refinment of doi use

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

        * inst/CITATION: Switch JSS url to doi form per JSS request
        * README.md: Idem

2021-07-19  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * inst/include/RcppEigenWrap.h: Two more #nocov tags
        * src/fastLm.cpp: One more #nocov tag

2021-07-18  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * inst/tinytest/test_fastLm.R: Add tests for summary
        * src/fastLm.cpp: Add a few #nocov tags

2021-07-17  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Date, Version): Roll minor version

        * R/RcppEigen.package.skeleton.R (RcppEigen.package.skeleton): Also
        import RcppEigen in DESCRIPTION

2021-06-07  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Date, Version): Roll minor version

        * inst/tinytest/test_misc.R: New test file
        * inst/tinytest/test_fastLm.R: Added tests

        * R/fastLm.R: Add single one-line nocov tag

        * .Rbuildignore: Add .covignore and .codecov.yml

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

        * README.md: Added coverage badge

        * .github/workflows/ci.yaml (jobs): Turn on coverage
        * .covrignore: Added
        * .codecov.yml (ignore): Idem

        * R/RcppEigen.package.skeleton.R: Set nocov

2021-05-09  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (URL): Add GitHub repo to URL field

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

        * R/RcppEigen.package.skeleton.R: Wrap any() around grepl()

2020-12-25  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * .github/workflows/ci.yaml: Small tweaks to CI YAML file


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-RcppEigen/Makefile \
    pkgsrc/math/R-RcppEigen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-RcppEigen/Makefile
diff -u pkgsrc/math/R-RcppEigen/Makefile:1.7 pkgsrc/math/R-RcppEigen/Makefile:1.8
--- pkgsrc/math/R-RcppEigen/Makefile:1.7        Sun Jan  3 10:04:58 2021
+++ pkgsrc/math/R-RcppEigen/Makefile    Sun Dec 18 09:23:47 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2021/01/03 10:04:58 mef Exp $
+# $NetBSD: Makefile,v 1.8 2022/12/18 09:23:47 mef Exp $
 
 R_PKGNAME=     RcppEigen
-R_PKGVER=      0.3.3.9.1
+R_PKGVER=      0.3.3.9.3
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Rcpp integration for the Eigen templated linear algebra library
Index: pkgsrc/math/R-RcppEigen/distinfo
diff -u pkgsrc/math/R-RcppEigen/distinfo:1.7 pkgsrc/math/R-RcppEigen/distinfo:1.8
--- pkgsrc/math/R-RcppEigen/distinfo:1.7        Tue Oct 26 10:55:23 2021
+++ pkgsrc/math/R-RcppEigen/distinfo    Sun Dec 18 09:23:47 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:55:23 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/12/18 09:23:47 mef Exp $
 
-BLAKE2s (R/RcppEigen_0.3.3.9.1.tar.gz) = 890377af9c54a5bb64d687c95e631189cef5d8d412b02e094c5c92b77b65f8ae
-SHA512 (R/RcppEigen_0.3.3.9.1.tar.gz) = 9e5d88c31d49c9dc3054c794313b1c9796e2b9538b667227631c5449670531cb1c7adb42a27701e3fd1939c889e7da742fd7aa56e20bf54445b4295c92d90eae
-Size (R/RcppEigen_0.3.3.9.1.tar.gz) = 1633360 bytes
+BLAKE2s (R/RcppEigen_0.3.3.9.3.tar.gz) = d0210b065d82a87149b04febcf75b3de1d6e8479fda9e69a5bda992aaff3b9ec
+SHA512 (R/RcppEigen_0.3.3.9.3.tar.gz) = 0d6c316d336b2994e36ec9c1016fe455989cfa63bce8324646e554a5e5c78b35c6bcc1d8bde7af37b29b0429337c73af681074048fab9f1f5893861116888707
+Size (R/RcppEigen_0.3.3.9.3.tar.gz) = 1470790 bytes



Home | Main Index | Thread Index | Old Index