Skip to content

Commit 87ef9a9

Browse files
committed
Release 0.3.3.9.3
1 parent 1f1410d commit 87ef9a9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2022-11-04 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.3
4+
* inst/NEWS.Rd: Release 0.3.3.9.3
5+
36
* src/init.c: Add 'void' for proper prototype pleasing clang-15
47

58
* R/fastLm.R (summary.fastLm,print.fastLm): Refer to correct and full

DESCRIPTION

Lines changed: 2 additions & 2 deletions
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.2
5-
Date: 2022-04-05
4+
Version: 0.3.3.9.3
5+
Date: 2022-11-04
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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3 (2022-11-04)}{
7+
\itemize{
8+
\item The dependency on R is now versioned to 3.6.0 or later for
9+
support for \code{USE_FC_LEN_T} from Fortran.
10+
\item An old example typo was corrected (Jonah Gabry in \ghpr{114}).
11+
\item The \code{fastLm} methods now reference \code{df.residual} by
12+
its full name (Closes \ghit{115}).
13+
\item A function prototype was updated for \code{clang-15}.
14+
\item GitHub Actions were updated to checkout version 3.
15+
}
16+
}
17+
618
\section{Changes in RcppEigen version 0.3.3.9.2 (2022-04-05)}{
719
\itemize{
820
\item Added test coverage in continuous integration

0 commit comments

Comments
 (0)