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 9
9
`character.only=TRUE` from `requireNamespace()` as it happens to flip
10
10
the boolean value too
11
11
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
+
12
22
2015-05-17 Matt P. Dziubinski <
[email protected] >
13
23
14
24
* inst/include/Rcpp/platform/compiler.h: Added RCPP_USING_CXX0X_OR_LATER
Original file line number Diff line number Diff line change 6
6
\itemize {
7
7
\item Changes in Rcpp API :
8
8
\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 )
9
12
\item The sugar function \code {sapply } now supports lambda functions
10
13
}
11
14
\item Changes in Rcpp Attributes :
You can’t perform that action at this time.
0 commit comments