File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ 2015-10-30 Nathan Russell <russell.nr2012@gmail.com>
2+
3+ * inst/include/Rcpp/sugar/functions/cummax.h: New sugar function
4+ * inst/include/Rcpp/sugar/functions/cummin.h: New sugar function
5+ * inst/include/Rcpp/sugar/functions/cumprod.h: New sugar function
6+ * inst/unitTests/cpp/sugar.cpp: Unit test support for new functions
7+ * inst/unitTests/runit.sugar.R: Ditto
8+
192015-10-08 Tianqi Chen <tianqi.tchen@gmail.com>
210
311 * inst/include/Rcpp/api/meat/is.h: Enhance the check for Rcpp Module
Original file line number Diff line number Diff line change 1818 \itemize {
1919 \item Enable export of C ++ interface for functions that return void.
2020 }
21+ \item Changes in Rcpp Sugar :
22+ \itemize {
23+ \item Added new Sugar function \code {cummin()}, \code {cummax()},
24+ \code {cumprod()} (PR \ghpr {389 } by Nathan Russell fixing \ghit {388 })
25+ }
2126 \item Changes in Rcpp Documentation :
2227 \itemize {
2328 \item The \code {NEWS } file now links to GitHub issue tickets and pull
You can’t perform that action at this time.
0 commit comments