Skip to content

Commit 91b9815

Browse files
committed
Release 0.3.3.9.4
1 parent 34ab81e commit 91b9815

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

ChangeLog

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
2023-11-01 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.4
4+
* inst/NEWS.Rd: Release 0.3.3.9.4
5+
16
2023-10-05 Mikael Jagan <[email protected]>
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

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppEigen
22
Type: Package
33
Title: '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
66
Author: Douglas Bates, Dirk Eddelbuettel, Romain Francois, and Yixuan Qiu;
77
the authors of Eigen for the included version of Eigen
88
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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

0 commit comments

Comments
 (0)