File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ 2023-11-01 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.4
4+ * inst/NEWS.Rd: Release 0.3.3.9.4
5+
162023-10-05 Mikael Jagan <jaganmn@mcmaster.ca>
27
38 * DESCRIPTION: Package 'Matrix' is now only a Suggests:
49 * NAMESPACE: Remove unconditional imports from package Matrix
510
611 * inst/include/Eigen/CholmodSupport: No longer need to include
7- RcppEigenCholdmod .h
12+ RcppEigenCholmod .h
813 * inst/include/Eigen/src/CholmodSupport/CholmodSupport.h: Small
914 wrapper adjustments conditional on Matrix use
1015 * inst/include/RcppEigenCholmod.h: Updated
Original file line number Diff line number Diff line change 11Package: RcppEigen
22Type: Package
33Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
4- Version: 0.3.3.9.3.2
5- Date: 2023-07-21
4+ Version: 0.3.3.9.4
5+ Date: 2023-11-01
66Author: Douglas Bates, Dirk Eddelbuettel, Romain Francois, and Yixuan Qiu;
77 the authors of Eigen for the included version of Eigen
88Maintainer: Dirk Eddelbuettel <edd@debian.org>
Original file line number Diff line number Diff line change 33\newcommand {\ghpr }{\href {https : // github.com / RcppCore / RcppEigen / pull / # 1}{##1}}
44\newcommand {\ghit }{\href {https : // github.com / RcppCore / RcppEigen / issues / # 1}{##1}}
55
6+ \section {Changes in RcppEigen version 0.3.3.9.4 (2023 - 11 - 01 )}{
7+ \itemize {
8+ \item The CITATION file has been updated for the new \code {bibentry }
9+ style.
10+ \item The package skeleton generator has been updated and no longer sets
11+ an Imports : .
12+ \item Some README.md URLs and badged have been updated.
13+ \item The use of \code {- fopenmo } has been documented in \code {Makevars },
14+ and a simple thread - count reporting function has been added.
15+ \item The old manual \code {src / init.c } has been replaced by an
16+ autogenerated version , the \code {RcppExports } file have regenerated
17+ \item The interface to package \pkg {Matrix } has been updated and
18+ simplified thanks to excllent patch by Mikael Jagan.
19+ \item The new upload is coordinated with packages \pkg {lme4 } and \pkg {OpenMx }.
20+ }
21+ }
22+
623\section {Changes in RcppEigen version 0.3.3.9.3 (2022 - 11 - 04 )}{
724 \itemize {
825 \item The dependency on R is now versioned to 3.6.0 or later for
You can’t perform that action at this time.
0 commit comments