Skip to content

Commit b45739b

Browse files
committed
Merge branch 'RcppCore/master'
2 parents e9114ad + b50768d commit b45739b

File tree

5 files changed

+503
-6
lines changed

5 files changed

+503
-6
lines changed

ChangeLog

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
2016-07-24 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/unitTests/cpp/rmath.cpp: Added RNG unit tests for sugar variants
4+
* inst/unitTests/runit.rmath.R: Idem
5+
16
2016-07-22 James J Balamuta <balamut2@illinois.edu>
2-
* inst/include/Rcpp/Environment.h: Added get() & find() that accept
7+
8+
* inst/unitTests/cpp/rmath.cpp: Added unit tests for Rmath RNGs
9+
* inst/unitTests/runit.rmath.R: idem
10+
* inst/include/Rcpp/Environment.h: Added get() & find() that accept
311
a symbol
4-
* inst/include/Rcpp.h: Modified header load order so that Symbol.h
12+
* inst/include/Rcpp.h: Modified header load order so that Symbol.h
513
is now placed before Environment.h
614

715
2016-07-21 Dirk Eddelbuettel <edd@debian.org>

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)