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 47ed3fe commit 9ed6840Copy full SHA for 9ed6840
inst/NEWS.Rd
@@ -4,6 +4,11 @@
4
5
\section{Changes in [UNRELEASED] Rcpp version 0.11.2}{
6
\itemize{
7
+ \item Implicit conversions, e.g. between \code{NumericVector} and
8
+ \code{IntegerVector}, now throw warnings. These warnings can be
9
+ disabled by defining \code{\#define RCPP_DONT_WARN_ON_COERCE}
10
+ before including Rcpp, or by making the conversion explicit with
11
+ e.g. \code{Rf_coerceVector}.
12
\item Templated \code{List} containers, \code{ListOf<T>}, have been
13
introduced. When subsetting such containers, the return is assumed
14
to be of type T, allowing code such as
0 commit comments