Skip to content

Commit 9f3c8d4

Browse files
committed
updated ChangeLog and NEWS
1 parent 5c07a37 commit 9f3c8d4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
2015-01-01 Dirk Eddelbuettel <[email protected]>
22

33
* inst/include/Rcpp/sugar/functions/mean.h: Return type is double, not
4-
storage type; also added logical vector case
4+
storage type; also added logical vector case; also added integer case
5+
to correctly deal with NA values
6+
7+
* inst/unitTests/runit.sugar.R: Added unit tests for new sugar mean()
8+
* inst/unitTests/cpp/sugar.cpp: C++ side of new unit tests
59

610
2014-12-31 Dirk Eddelbuettel <[email protected]>
711

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
\code{List}, \code{RawVector} and \code{ExpressionVector}.
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.
23-
\item The \code{mean()} sugar function now uses a more robust two-pass method.
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.
2425
}
2526
\item Changes in Rcpp Attributes:
2627
\itemize{

0 commit comments

Comments
 (0)