Skip to content

Commit 34ab81e

Browse files
committed
Add ChangeLog entry
1 parent 652cb99 commit 34ab81e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2023-10-05 Mikael Jagan <[email protected]>
2+
3+
* DESCRIPTION: Package 'Matrix' is now only a Suggests:
4+
* NAMESPACE: Remove unconditional imports from package Matrix
5+
6+
* inst/include/Eigen/CholmodSupport: No longer need to include
7+
RcppEigenCholdmod.h
8+
* inst/include/Eigen/src/CholmodSupport/CholmodSupport.h: Small
9+
wrapper adjustments conditional on Matrix use
10+
* inst/include/RcppEigenCholmod.h: Updated
11+
* inst/include/RcppEigenForward.h: Simplified
12+
* inst/include/RcppEigenWrap.h: Ditto
13+
* inst/include/RcppEigenStubs.cpp: New shorter helper
14+
* inst/include/RcppEigenStubs.h: Removed
15+
116
2023-07-21 Dirk Eddelbuettel <[email protected]>
217

318
* DESCRIPTION (Date, Version): Roll micro version and date

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ LazyLoad: yes
2525
Depends: R (>= 3.6.0)
2626
LinkingTo: Rcpp
2727
Imports: Rcpp (>= 0.11.0), stats, utils
28-
Suggests: Matrix, inline, microbenchmark, pkgKitten, tinytest
28+
Suggests: Matrix, inline, tinytest, pkgKitten, microbenchmark
2929
URL: https://github.com/RcppCore/RcppEigen, https://dirk.eddelbuettel.com/code/rcpp.eigen.html
3030
BugReports: https://github.com/RcppCore/RcppEigen/issues

0 commit comments

Comments
 (0)