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 43f2ee6 commit 5ba63e9Copy full SHA for 5ba63e9
ChangeLog
@@ -1,3 +1,8 @@
1
+2016-05-19 Qiang Kou <[email protected]>
2
+
3
+ * inst/include/Rcpp/String.h: Correct string replacement
4
+ * inst/unitTests/runit.String.R: Unit test
5
6
2016-05-16 Daniel C. Dillon <[email protected]>
7
8
* inst/include/Rcpp/sugar/functions/max.h: Fixing constness
inst/NEWS.Rd
@@ -5,6 +5,11 @@
\section{Changes in Rcpp version 0.12.6 (2016-07-31)}{
\itemize{
+ \item Changes in Rcpp API:
9
+ \itemize{
10
+ \item String replacement was corrected (Qiang in \ghpr{479} following
11
+ mailing list bug report by Masaki Tsuda)
12
+ }
13
\item Changes in Rcpp Sugar:
14
15
\item Const-ness of \code{min} and \code{max} functions has been corrected.
0 commit comments