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 1ebac33 commit 9dc14c7Copy full SHA for 9dc14c7
inst/NEWS.Rd
@@ -20,6 +20,12 @@
20
\item \code{DataFrame::nrows} now more accurately mimics R's
21
internal behavior (checks the row.names attribute)
22
\item Numerous changed to permit compilation on the Solaris OS
23
+ \item Rcpp vectors gain a subsetting method -- it is now possible
24
+ to subset an Rcpp vector using \code{CharacterVector}s (subset
25
+ by name), \code{LogicalVector}s (logical subsetting), and
26
+ \code{IntegerVector}s (0-based index subsetting). Such subsetting
27
+ will also work with Rcpp sugar expressions, enabling expressions
28
+ such as \code{x[ x > 0]}.
29
}
30
\item Changes in Rcpp Attributes
31
\itemize{
0 commit comments