|
6 | 6 | \itemize{ |
7 | 7 | \item Changes in Rcpp API: |
8 | 8 | \itemize{ |
9 | | - \item Preserve backwards compatibility with Rcpp 0.10.* by |
| 9 | + \item Preserve backwards compatibility with \cpkg{Rcpp} 0.10.* by |
10 | 10 | allowing \code{RObject} extraction from vectors (or lists) of Rcpp |
11 | 11 | objects |
12 | 12 | \item Add missing default constructor to Reference class that was |
13 | 13 | omitted in the header-only rewrite |
14 | | - \item Fixes re: the NA, NaN handling for the IndexHash class, as well |
15 | | - as the vector .sort() method. These fixes ensure that sugar functions |
16 | | - depending on IndexHash (unique, sort_unique, match) will now properly |
17 | | - handle NA and NaN values for numeric vectors. |
18 | | - \item DataFrame::nrows now more accurately mimics R's internal behavior |
19 | | - (checks the row.names attribute) |
| 14 | + \item Fixes for \cpde{NA} and \code{NaN} handling of the |
| 15 | + \code{IndexHash} class, as well as the vector \code{.sort()} |
| 16 | + method. These fixes ensure that sugar functions depending on |
| 17 | + \code{IndexHash} (i.e. \code{unique()}, \code{sort_unique()}, |
| 18 | + \code{match()}) will now properly handle \code{NA} and \code{NaN} |
| 19 | + values for numeric vectors. |
| 20 | + \item \code{DataFrame::nrows} now more accurately mimics R's |
| 21 | + internal behavior (checks the row.names attribute) |
| 22 | + \item Numerous changed to permit compilation on the Solaris OS |
20 | 23 | } |
21 | 24 | \item Changes in Rcpp Attributes |
22 | | - \itemize{ |
23 | | - \item Fix issue preventing packages with Rcpp::interfaces attribute |
24 | | - from compiling. |
25 | | - } |
| 25 | + \itemize{ |
| 26 | + \item Fix issue preventing packages with \code{Rcpp::interfaces} |
| 27 | + attribute from compiling. |
| 28 | + } |
26 | 29 | \item Changes in Rcpp modules |
27 | | - \itemize{ |
28 | | - \item \code{un_pointer} implementation for \code{object} was wrong. |
29 | | - } |
| 30 | + \itemize{ |
| 31 | + \item Corrected the \code{un_pointer} implementation for \code{object} |
| 32 | + } |
30 | 33 | } |
31 | 34 | } |
32 | 35 | |
|
0 commit comments