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 617bb76 commit 368d86aCopy full SHA for 368d86a
inst/NEWS.Rd
@@ -2,6 +2,16 @@
2
\title{News for Package 'Rcpp'}
3
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
4
5
+\section{Changes in Rcpp version 0.11.4 [UNRELEASED]}{
6
+ \itemize{
7
+ \item Changes in Rcpp API:
8
9
+ \item The \code{ListOf<T>} class gains the \code{.attr} and
10
+ \code{.names} methods common to other Rcpp vectors.
11
+ }
12
13
+}
14
+
15
\section{Changes in Rcpp version 0.11.3 (2014-09-27)}{
16
\itemize{
17
\item Changes in Rcpp API:
0 commit comments