pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-RcppEigen (math/R-RcppEigen) Updated 0.3.3.9.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f890ba15977
branches: trunk
changeset: 390276:5f890ba15977
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 18 09:23:47 2022 +0000
description:
(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
diffstat:
math/R-RcppEigen/Makefile | 4 ++--
math/R-RcppEigen/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 4c3d12b9ab4e -r 5f890ba15977 math/R-RcppEigen/Makefile
--- a/math/R-RcppEigen/Makefile Sun Dec 18 09:07:24 2022 +0000
+++ b/math/R-RcppEigen/Makefile Sun Dec 18 09:23:47 2022 +0000
@@ -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
diff -r 4c3d12b9ab4e -r 5f890ba15977 math/R-RcppEigen/distinfo
--- a/math/R-RcppEigen/distinfo Sun Dec 18 09:07:24 2022 +0000
+++ b/math/R-RcppEigen/distinfo Sun Dec 18 09:23:47 2022 +0000
@@ -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