File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
* inst/include/Rcpp/Function.h: catch empty error messages
7
7
* inst/include/Rcpp/api/meat/Rcpp_eval.h: protect call
8
8
9
+ 2015-06-24 Qiang Kou <
[email protected] >
10
+
11
+ * inst/include/Rcpp/String.h: Support encodings
12
+ * src/String.cpp: Ditto
13
+ * inst/unitTests/runit.String.R: Add unit tests
14
+
9
15
2015-06-18 Dirk Eddelbuettel <
[email protected] >
10
16
11
17
* R/Attributes.R (evalCpp): Add support for plugings argument
Original file line number Diff line number Diff line change 7
7
\item Changes in Rcpp API :
8
8
\itemize {
9
9
\item All internal length variables have been changed from \code {R_len_t }
10
- to \code {R_xlen_t } to support vectors longer than 2 ^ 31 - 1 elements (via a
11
- pull request by Qiang Kou )
10
+ to \code {R_xlen_t } to support vectors longer than 2 ^ 31 - 1 elements (via
11
+ pull request 303 by Qiang Kou )
12
12
\item The sugar function \code {sapply } now supports lambda functions
13
+ \item \code {String } constructors now allow encodings (via pull request 310
14
+ by Qiang Kou )
13
15
}
14
16
\item Changes in Rcpp Attributes :
15
17
\itemize {
You can’t perform that action at this time.
0 commit comments