Skip to content

Commit a83bc56

Browse files
committed
updated NEWS for setequal fix
1 parent 7554ec8 commit a83bc56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
thanks to fix by Romain following bug report in rcpp-devel by Martyn Plummer.
2323
\item The \code{mean()} sugar function now uses a more robust two-pass
2424
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.
2527
}
2628
\item Changes in Rcpp Attributes:
2729
\itemize{
@@ -37,6 +39,8 @@
3739
ensure that the Application Binary Interface (ABI) did not change; this
3840
test will (mostly or) only run at Travis where we have reasonable control
3941
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.
4044
}
4145
}
4246
}

0 commit comments

Comments
 (0)