From 7fe5e7cf9653e8d0bebccf532995f0be82bacbf3 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 1 Nov 2023 15:57:13 -0500 Subject: [PATCH] Add ChangeLog entry --- ChangeLog | 15 +++++++++++++++ DESCRIPTION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6d822cc..23a1788 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2023-10-05 Mikael Jagan + + * DESCRIPTION: Package 'Matrix' is now only a Suggests: + * NAMESPACE: Remove unconditional imports from package Matrix + + * inst/include/Eigen/CholmodSupport: No longer need to include + RcppEigenCholdmod.h + * inst/include/Eigen/src/CholmodSupport/CholmodSupport.h: Small + wrapper adjustments conditional on Matrix use + * inst/include/RcppEigenCholmod.h: Updated + * inst/include/RcppEigenForward.h: Simplified + * inst/include/RcppEigenWrap.h: Ditto + * inst/include/RcppEigenStubs.cpp: New shorter helper + * inst/include/RcppEigenStubs.h: Removed + 2023-07-21 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Roll micro version and date diff --git a/DESCRIPTION b/DESCRIPTION index 85f123a..33862d2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -25,6 +25,6 @@ LazyLoad: yes Depends: R (>= 3.6.0) LinkingTo: Rcpp Imports: Rcpp (>= 0.11.0), stats, utils -Suggests: Matrix, inline, microbenchmark, pkgKitten, tinytest +Suggests: Matrix, inline, tinytest, pkgKitten, microbenchmark URL: https://github.com/RcppCore/RcppEigen, https://dirk.eddelbuettel.com/code/rcpp.eigen.html BugReports: https://github.com/RcppCore/RcppEigen/issues