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 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+
8132015-01-16 Kevin Ushey <
[email protected] >
914
1015 * inst/include/Rcpp/String.h: fix push_front()
Original file line number Diff line number Diff line change 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
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- \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.
4749 }
4850 \i tem Changes in Rcpp Examples:
4951 \i temize{
You can’t perform that action at this time.
0 commit comments