File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 99 `character.only=TRUE` from `requireNamespace()` as it happens to flip
1010 the boolean value too
1111
12+ 2015-06-03 Qiang Kou <
[email protected] >
13+
14+ * inst/include/Rcpp/*: Finish changing R_len_t to R_xlen_t
15+ * src/*: Ditto
16+
17+ 2015-05-16 Qiang Kou <
[email protected] >
18+
19+ * inst/include/Rcpp/*: Begin changing R_len_t to R_xlen_t
20+ * src/*: Ditto
21+
12222015-05-17 Matt P. Dziubinski <
[email protected] >
1323
1424 * inst/include/Rcpp/platform/compiler.h: Added RCPP_USING_CXX0X_OR_LATER
Original file line number Diff line number Diff line change 66 \itemize {
77 \item Changes in Rcpp API :
88 \itemize {
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 )
912 \item The sugar function \code {sapply } now supports lambda functions
1013 }
1114 \item Changes in Rcpp Attributes :
You can’t perform that action at this time.
0 commit comments