[Rcpp-commits] r1205 - in pkg/Rcpp/inst/announce: . html
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed May 12 10:21:06 CEST 2010
Author: romain
Date: 2010-05-12 10:21:06 +0200 (Wed, 12 May 2010)
New Revision: 1205
Modified:
pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt
pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html
Log:
update the unit test count (>500)
Modified: pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt
===================================================================
--- pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt 2010-05-12 08:16:51 UTC (rev 1204)
+++ pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt 2010-05-12 08:21:06 UTC (rev 1205)
@@ -239,7 +239,7 @@
Rcpp uses the RUnit package by Matthias Burger et al and the aforementioned
inline package by Oleg Sklyar et al to provide unit testing. Rcpp currently
-has over 430 unit tests (called from more than 230 unit test functions) with
+has over 500 unit tests (called from more than 230 unit test functions) with
very good coverage of the critical parts of the package and library.
Source code for unit test functions are stored in the unitTests directory
Modified: pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html
===================================================================
--- pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html 2010-05-12 08:16:51 UTC (rev 1204)
+++ pkg/Rcpp/inst/announce/html/ANNOUNCE-0.8.0.html 2010-05-12 08:21:06 UTC (rev 1205)
@@ -279,9 +279,10 @@
<h2>Quality Assurance</h2>
<p>Rcpp uses the <a href="http://sourceforge.net/projects/runit/">RUnit</a> package by Matthias Burger et al and the aforementioned
-<a href="http://cran.r-project.org/web/packages/inline/index.html">inline</a> package by Oleg Sklyar et al to provide unit testing. Rcpp currently
-has over 230 unit test functions with very good coverage of the critical
-parts of the package and library.</p>
+<a href="http://cran.r-project.org/web/packages/inline/index.html">inline</a> package by Oleg Sklyar et al to provide unit testing.
+Rcpp currently has over 500 unit tests (called from more than 230 unit test functions) with
+very good coverage of the critical parts of the package and library.
+</p>
<p>Source code for unit test functions are stored in the unitTests directory
of the installed package and the results are collected in the "Rcpp-unitTests"
More information about the Rcpp-commits
mailing list