Skip to content

Commit 35f8a45

Browse files
committed
added ChangeLog and NEWS entries for Wush's pull request
1 parent d62a215 commit 35f8a45

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* vignettes/getCurrentVersionsOfCitedPackages.R: New helper function
66
* .Rbuildignore: Added vignettes/getCurrentVersionsOfCitedPackages.R
77

8+
2015-01-05 Wush Wu <[email protected]>
9+
10+
* inst/include/Rcpp/sugar/functions/var.h: Support four vector types
11+
* inst/unitTests/runit.sugar.var.R: Added corresponding tests
12+
813
2015-01-16 Kevin Ushey <[email protected]>
914

1015
* inst/include/Rcpp/String.h: fix push_front()

inst/NEWS.Rd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
\item Vectors now have a \code{Vector::const\_iterator} that is 'const correct'
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
24-
method, and new unit tests for added at the same time.
24+
method, and new unit tests for \code{mean()} were added at the same time.
25+
\item The \code{mean()} and \code{var()} functions now support all core
26+
vector types.
2527
\item The \code{setequal()} sugar function has been corrected via
2628
suggestion by Qiang Kou following a bug report by Søren Højsgaard.
2729
\item The macros \code{major}, \code{minor}, and \code{makedev} no longer leak
@@ -42,8 +44,8 @@
4244
ensure that the Application Binary Interface (ABI) did not change; this
4345
test will (mostly or) only run at Travis where we have reasonable control
4446
over the platform running the test and can provide a binary.
45-
\item New unit tests for sugar function \code{mean} and \code{setequal}
46-
were added as noted above.
47+
\item New unit tests for sugar functions \code{mean}, \code{setequal} and
48+
\code{var} were added as noted above.
4749
}
4850
\item Changes in Rcpp Examples:
4951
\itemize{

0 commit comments

Comments
 (0)