Skip to content

Commit

Permalink
Add ChangeLog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 1, 2023
1 parent c3cd732 commit 7fe5e7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2023-10-05 Mikael Jagan <jaganmn@mcmaster.ca>

* 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 <edd@debian.org>

* DESCRIPTION (Date, Version): Roll micro version and date
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7fe5e7c

Please sign in to comment.