|
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
10 | | - \item Fixed an issue where Rcpp::Language would duplicate its arguments |
11 | | - (Kevin in \ghpr{1388}, fixing \ghit{1386}) |
12 | 10 | \item The \code{std::string_view} type is now covered by \code{wrap()} |
13 | 11 | (Lev Kandel in \ghpr{1356} as discussed in \ghit{1357}) |
14 | 12 | \item A last remaining \code{DATAPTR} use has been converted to |
|
23 | 21 | in \ghpr{1367} closing \ghit{1366}) |
24 | 22 | \item Remove \code{RCPP_USING_CXX11} as a \code{#define} as C++11 is |
25 | 23 | now a given (Dirk in \ghpr{1369}) |
| 24 | + \item Additional cleanup for \code{__cplusplus} checks (Iñaki in |
| 25 | + \ghpr{1371} fixing \ghit{1370}) |
| 26 | + \item Unordered set construction no longer needs a macro for the |
| 27 | + pre-C++11 case (Iñaki in \ghpr{1372}) |
| 28 | + \item Lambdas are supported in a Rcpp Sugar functions (Iñaki in \ghpr{1373}) |
| 29 | + \item The Date(time)Vector classes now have default ctor (Dirk in |
| 30 | + \ghpr{1385} closing \ghpr{1384}) |
| 31 | + \item Fixed an issue where Rcpp::Language would duplicate its arguments |
| 32 | + (Kevin in \ghpr{1388}, fixing \ghit{1386}) |
| 33 | + } |
| 34 | + \item Changes in Rcpp Attributes: |
| 35 | + \itemize{ |
| 36 | + \item The C++26 standard now has plugin support (Dirk in \ghpr{1381} |
| 37 | + closing \ghit{1380}) |
26 | 38 | } |
27 | 39 | \item Changes in Rcpp Documentation: |
28 | 40 | \itemize{ |
|
35 | 47 | \itemize{ |
36 | 48 | \item \code{Rcpp.package.skeleton()} creates \sQuote{URL} and |
37 | 49 | \sQuote{BugReports} if given a GitHub username (Dirk in \ghpr{1358}) |
| 50 | + \item R 4.4.* has been added to the CI matrix (Dirk in \ghpr{1376}) |
38 | 51 | \item Tests involving NA propagation are skipped under linux-arm64 as |
39 | 52 | they are under macos-arm (Dirk in \ghpr{1379} closing \ghit{1378}) |
40 | 53 | } |
|
0 commit comments