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 81c06aa commit a8077eeCopy full SHA for a8077ee
ChangeLog
@@ -1,3 +1,7 @@
1
+2016-06-20 Qin Wenfeng <[email protected]>
2
+
3
+ * inst/include/Rcpp/exceptions.h: add RCPP_USING_UTF8_ERROR_STRING macro to use UTF-8 encoding exception string in R
4
5
2016-06-14 Artem Klevtsov <[email protected]>
6
7
* inst/include/Rcpp/sugar/functions/na_omit.h: Improve na_omit for
inst/NEWS.Rd
@@ -14,6 +14,7 @@
14
\ghit{486}).
15
\item String replacement was corrected (Qiang in \ghpr{479} following
16
mailing list bug report by Masaki Tsuda)
17
+ \item Add RCPP_USING_UTF8_ERROR_STRING macro to use UTF-8 encoding exception string in R (Qin Wenfeng in \ghpr{493})
18
}
19
\item Changes in Rcpp Sugar:
20
\itemize{
0 commit comments