We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4309b1d commit dfa01acCopy full SHA for dfa01ac
inst/NEWS.Rd
@@ -2,6 +2,15 @@
2
\title{News for Package 'Rcpp'}
3
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
4
5
+\section{Changes in [UNRELEASED] Rcpp version 0.11.2} {
6
+ \itemize{
7
+ \item Templated List containers, \code{ListOf<T>}, have been
8
+ introduced. When subsetting such containers, the return is assumed
9
+ to be of type T, allowing code such as
10
+ \code{ListOf<NumericVector> x; NumericVector y = x[0] + x[1] + x[2]}.
11
+ }
12
+}
13
+
14
\section{Changes in Rcpp version 0.11.1 (2014-03-13)}{
15
\itemize{
16
\item Changes in Rcpp API:
0 commit comments