File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 2014-04-02 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * tests/doRUnit.R: Better RUnit error report with thanks to Murray
4+
152014-03-18 JJ Allaire <jj@rstudio.org>
26
37 * man/cppFunction.Rd: Correct package header file example to use .h
48
592014-03-14 Dirk Eddelbuettel <edd@debian.org>
610
7- * inst/include/Rcpp/DataFrame.h (Rcpp) : Add missing return in Impl method
11+ * inst/include/Rcpp/DataFrame.h: Add missing return in Impl method
812
9132014-03-13 Dirk Eddelbuettel <edd@debian.org>
1014
Original file line number Diff line number Diff line change @@ -61,4 +61,10 @@ printTextProtocol(tests)
6161if (getErrors(tests )$ nFail > 0 ) {
6262 stop(" TEST FAILED!" )
6363}
64+ if (getErrors(tests )$ nErr > 0 ) {
65+ stop(" TEST HAD ERRORS!" )
66+ }
67+ if (getErrors(tests )$ nTestFunc < 1 ) {
68+ stop(" NO TEST FUNCTIONS RUN!" )
69+ }
6470
You can’t perform that action at this time.
0 commit comments