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 66 * inst/include/Rcpp/Function.h: catch empty error messages
77 * inst/include/Rcpp/api/meat/Rcpp_eval.h: protect call
88
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+
9152015-06-18 Dirk Eddelbuettel <
[email protected] >
1016
1117 * R/Attributes.R (evalCpp): Add support for plugings argument
Original file line number Diff line number Diff line change 77 \item Changes in Rcpp API :
88 \itemize {
99 \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 )
1212 \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 )
1315 }
1416 \item Changes in Rcpp Attributes :
1517 \itemize {
You can’t perform that action at this time.
0 commit comments