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 7554ec8 commit a83bc56Copy full SHA for a83bc56
1 file changed
inst/NEWS.Rd
@@ -22,6 +22,8 @@
22
thanks to fix by Romain following bug report in rcpp-devel by Martyn Plummer.
23
\item The \code{mean()} sugar function now uses a more robust two-pass
24
method, and new unit tests for added at the same time.
25
+ \item The \code{setequal()} sugar function has been corrected via
26
+ suggestion by Qiang Kou following a bug report by Søren Højsgaard.
27
}
28
\item Changes in Rcpp Attributes:
29
\itemize{
@@ -37,6 +39,8 @@
37
39
ensure that the Application Binary Interface (ABI) did not change; this
38
40
test will (mostly or) only run at Travis where we have reasonable control
41
over the platform running the test and can provide a binary.
42
+ \item New unit tests for sugar function \code{mean} and \code{setequal}
43
+ were added as noted above.
44
45
46
0 commit comments