Skip to content

Commit 2444e84

Browse files
committed
some edits; mention Solaris changes
1 parent 8df8741 commit 2444e84

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

inst/NEWS.Rd

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,30 @@
66
\itemize{
77
\item Changes in Rcpp API:
88
\itemize{
9-
\item Preserve backwards compatibility with Rcpp 0.10.* by
9+
\item Preserve backwards compatibility with \cpkg{Rcpp} 0.10.* by
1010
allowing \code{RObject} extraction from vectors (or lists) of Rcpp
1111
objects
1212
\item Add missing default constructor to Reference class that was
1313
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
2023
}
2124
\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+
}
2629
\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+
}
3033
}
3134
}
3235

0 commit comments

Comments
 (0)