File tree Expand file tree Collapse file tree 5 files changed +422
-3
lines changed Expand file tree Collapse file tree 5 files changed +422
-3
lines changed Original file line number Diff line number Diff line change 1
1
2016-07-22 James J Balamuta <
[email protected] >
2
+
3
+ * inst/unitTests/cpp/rmath.cpp: Added unit test functions for Rmath
4
+ random number generators.
5
+ * inst/unitTests/runit.rmath.R: idem
2
6
* inst/include/Rcpp/Environment.h: Added get() & find() that accept
3
7
a symbol
4
8
* inst/include/Rcpp.h: Modified header load order so that Symbol.h
Original file line number Diff line number Diff line change 12
12
\item Environment functions get() & find() now accept a Symbol
13
13
(James Joseph Balamuta in \ghpr {513 } addressing issue \ghit {326 }).
14
14
}
15
+ \item Changes in Rcpp unit tests
16
+ \itemize {
17
+ \item New unit tests for random number generators the R namespace which
18
+ call the standalone Rmath library. (James Balamuta in \ghpr {514 }
19
+ addressing issue \ghit {28 }).
20
+ }
15
21
}
16
22
}
17
23
You can’t perform that action at this time.
0 commit comments