Skip to content

Commit f7ec9f3

Browse files
committed
CRAN release 0.3.3.9.1
1 parent 6f77630 commit f7ec9f3

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ debian
1010
^patches
1111
^.editorconfig$
1212
^eigen-?\.?\.?
13+
^\.github

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-12-17 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.1 (following
4+
coordinated update of reverse dependency StanHeaders)
5+
* inst/NEWS.Rd: Release 0.3.3.9.1
6+
17
2020-12-14 Dirk Eddelbuettel <edd@debian.org>
28

39
* .github/workflows/ci.yaml: Add CI runner using r-ci

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.0
5-
Date: 2020-12-05
4+
Version: 0.3.3.9.1
5+
Date: 2020-12-17
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 <edd@debian.org>

inst/NEWS.Rd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1 (2020-12-17)}{
7+
\itemize{
8+
\item Upgraded to Eigen 3.3.9 (Dirk in \ghpr{92} fixing \ghit{91}).
9+
\item Added GitHub Actions CI using \code{run.sh} from r-ci (Dirk)
10+
}
11+
}
12+
613
\section{Changes in RcppEigen version 0.3.3.7.0 (2019-11-16)}{
714
\itemize{
815
\item Fixed skeleton package creation listing RcppEigen under Imports

0 commit comments

Comments
 (0)