[Rcpp-commits] r1292 - pkg/Rcpp/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 20 14:52:29 CEST 2010
Author: romain
Date: 2010-05-20 14:52:29 +0200 (Thu, 20 May 2010)
New Revision: 1292
Modified:
pkg/Rcpp/tests/doRUnit.R
Log:
typo
Modified: pkg/Rcpp/tests/doRUnit.R
===================================================================
--- pkg/Rcpp/tests/doRUnit.R 2010-05-20 12:47:47 UTC (rev 1291)
+++ pkg/Rcpp/tests/doRUnit.R 2010-05-20 12:52:29 UTC (rev 1292)
@@ -14,7 +14,7 @@
if(require("RUnit", quietly = TRUE)) {
pkg <- "Rcpp"
-
+
if( ! nzchar(Sys.getenv("RCPP_DISABLE_UNIT_TESTS")) ){
require( pkg, character.only=TRUE)
@@ -22,14 +22,14 @@
stopifnot(file.exists(path), file.info(path.expand(path))$isdir)
- # without this, we get many bunch of unit test failures
+ # without this, we get unit test failures
Sys.setenv( R_TESTS = "" )
source(file.path(path, "runTests.R"), echo = TRUE)
} else{
- print( "unit test are disabled" )
+ print( "unit tests are disabled" )
}
} else {
print( "package RUnit not available, cannot run unit tests" )
-}
+}
More information about the Rcpp-commits
mailing list