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 33c4337 commit fd9d5a1Copy full SHA for fd9d5a1
inst/NEWS.Rd
@@ -8,10 +8,12 @@
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
11
- pull request 303 by Qiang Kou)
12
- \item The sugar function \code{sapply} now supports lambda functions
+ pull request 303 by Qiang Kou).
+ \item The sugar function \code{sapply} now supports lambda functions.
13
+ \item The \code{var} sugar function now uses a more robust two-pass
14
+ method, supports complex numbers, with new unit tests added.
15
\item \code{String} constructors now allow encodings (via pull request 310
- by Qiang Kou)
16
+ by Qiang Kou).
17
}
18
\item Changes in Rcpp Attributes:
19
0 commit comments