We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f42b6 commit 54e8f47Copy full SHA for 54e8f47
inst/NEWS.Rd
@@ -14,6 +14,11 @@
14
functions were incorrectly expanding to the no-degree-of-freedoms
15
variant.
16
\item Unit tests for \code{pnt} were added.
17
+ \item The sugar table function did not handle NAs and NaNs properly
18
+ for numeric vectors. Fixed and tests added.
19
+ \item The internal coercion mechanism mapping numerics to strings has
20
+ been updated to better match \R (specifically with \code{Inf}, \code{-Inf},
21
+ and \code{NaN}.)
22
}
23
\item Changes in Rcpp documentation:
24
\itemize{
0 commit comments