We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d14fc commit 1a898f7Copy full SHA for 1a898f7
inst/NEWS.Rd
@@ -3,6 +3,13 @@
3
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppEigen/pull/#1}{##1}}
4
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppEigen/issues/#1}{##1}}
5
6
+\section{Changes in RcppEigen version 0.3.x.y.z (2018-aa-bb)}{
7
+ \itemize{
8
+ \item Long vectors are now supported via \code{R_xlen_t} (Ralf
9
+ Stubner in \ghpr{55} fixing \ghit{54}).
10
+ }
11
+}
12
+
13
\section{Changes in RcppEigen version 0.3.3.4.0 (2018-02-05)}{
14
\itemize{
15
\item Updated to version 3.3.4 of Eigen (Yixuan in \ghpr{49})
0 commit comments