File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 5
5
* vignettes/getCurrentVersionsOfCitedPackages.R: New helper function
6
6
* .Rbuildignore: Added vignettes/getCurrentVersionsOfCitedPackages.R
7
7
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
+
8
13
2015-01-16 Kevin Ushey <
[email protected] >
9
14
10
15
* inst/include/Rcpp/String.h: fix push_front()
Original file line number Diff line number Diff line change 21
21
\item Vectors now have a \code {Vector :: const \_iterator } that is ' const correct'
22
22
thanks to fix by Romain following bug report in rcpp - devel by Martyn Plummer.
23
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.
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.
25
27
\item The \code {setequal()} sugar function has been corrected via
26
28
suggestion by Qiang Kou following a bug report by S øren H øjsgaard.
27
29
\item The macros \code {major }, \code {minor }, and \code {makedev } no longer leak
42
44
ensure that the Application Binary Interface (ABI) did not change; this
43
45
test will (mostly or) only run at Travis where we have reasonable control
44
46
over the platform running the test and can provide a binary.
45
- \i tem New unit tests for sugar function \c ode{mean} and \c ode{setequal}
46
- were added as noted above.
47
+ \i tem New unit tests for sugar functions \c ode{mean}, \c ode{setequal} and
48
+ \c ode{var} were added as noted above.
47
49
}
48
50
\i tem Changes in Rcpp Examples:
49
51
\i temize{
You can’t perform that action at this time.
0 commit comments