Skip to content

Commit 5a80a7e

Browse files
committed
release 0.3.3.3.1
1 parent 0cd3af1 commit 5a80a7e

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2017-11-19 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Release 0.3.3.3.1
4+
5+
* R/inline.R: Use '::' not ':::' for Rcpp.plugin.maker
6+
17
2017-08-26 Dirk Eddelbuettel <edd@debian.org>
28

39
* .travis.yml (before_install): Use https for curl fetch

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.3.0
5-
Date: 2017-04-29
4+
Version: 0.3.3.3.1
5+
Date: 2017-11-19
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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
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.x.y.z (2017-xx-yy)}{
7-
\itemize{
8-
\item Compilation under Haiku-OS is now supported (Yu Gong in \ghpr{45})
6+
\section{Changes in RcppEigen version 0.3.3.3.1 (2017-11-19)}{
7+
\itemize{
8+
\item Compilation under Haiku-OS is now supported (Yu Gong in
9+
\ghpr{45}).
10+
\item The \code{Rcpp.plugin.maker} helper function is called via
11+
\code{::} as it is in fact exported (yet we had old code using
12+
\code{:::}).
13+
\item A spurious argument was removed from an example call.
14+
\item Travis CI now uses https to fetch the test runner script.
915
}
1016
}
1117

0 commit comments

Comments
 (0)