File tree Expand file tree Collapse file tree 6 files changed +852
-0
lines changed
include/Rcpp/sugar/functions Expand file tree Collapse file tree 6 files changed +852
-0
lines changed Original file line number Diff line number Diff line change 1+ 2016-12-10 Nathan Russell <russell.nr2012@gmail.com>
2+
3+ * inst/include/Rcpp/sugar/functions/sample.h: New function
4+ sample()
5+ * inst/include/Rcpp/sugar/functions/functions.h: Idem
6+ * inst/unitTests/cpp/sugar.cpp: Unit tests for sample()
7+ * inst/unitTests/runit.sugar.R: Idem
8+
192016-12-10 Dirk Eddelbuettel <edd@debian.org>
210
311 * R/loadRcppModules.R: Added #nocov tags
Original file line number Diff line number Diff line change 1212 \item Date and Datetime object and vector now have format methods and
1313 \code {operator << } support (PR \ghpr {599 })
1414 }
15+ \item Changes in Rcpp Sugar :
16+ \itemize {
17+ \item Added new Sugar function \code {sample()} (Nathan Russell in
18+ \ghpr {610 }).
19+ }
1520 \item Changes in Rcpp unit tests
1621 \itemize {
1722 \item Added Environment :: find unit tests and an Environment :: get(Symbol )
Original file line number Diff line number Diff line change 8686
8787#include < Rcpp/sugar/functions/rowSums.h>
8888
89+ #include < Rcpp/sugar/functions/sample.h>
90+
8991#endif
9092
You can’t perform that action at this time.
0 commit comments