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 d412e22 commit 3f4d5dfCopy full SHA for 3f4d5df
inst/NEWS.Rd
@@ -15,8 +15,8 @@
15
\item Rcpp now avoids the usage of the (non-API) DATAPTR function when
16
accessing the contents of Rcpp Vector objects where possible. (Kevin in
17
\ghpr{1310})
18
- \item Rcpp now emits an R warning on out-of-bounds Vector accesses. (Kevin
19
- in \ghpr{1310})
+ \item Rcpp now emits an R warning on out-of-bounds Vector accesses. This
+ may become an error in a future Rcpp release. (Kevin in \ghpr{1310})
20
}
21
\item Changes in Rcpp Deployment:
22
\itemize{
0 commit comments