Skip to content

Commit 4cee7ca

Browse files
authored
Merge pull request #514 from coatless/unit-test-rdist
Added random number generator unit tests (closes #28)
2 parents 75c3f6d + 3c6ddc1 commit 4cee7ca

File tree

5 files changed

+422
-3
lines changed

5 files changed

+422
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
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
26
* inst/include/Rcpp/Environment.h: Added get() & find() that accept
37
a symbol
48
* inst/include/Rcpp.h: Modified header load order so that Symbol.h

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
\item Environment functions get() & find() now accept a Symbol
1313
(James Joseph Balamuta in \ghpr{513} addressing issue \ghit{326}).
1414
}
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+
}
1521
}
1622
}
1723

0 commit comments

Comments
 (0)