[Rcpp-commits] r4059 - pkg/Rcpp/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 3 14:04:11 CET 2012


Author: edd
Date: 2012-12-03 14:04:11 +0100 (Mon, 03 Dec 2012)
New Revision: 4059

Modified:
   pkg/Rcpp/inst/unitTests/runit.Vector.R
Log:
reactivate test now that we have Vector.cpp, but test fails...


Modified: pkg/Rcpp/inst/unitTests/runit.Vector.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.Vector.R	2012-12-03 11:34:17 UTC (rev 4058)
+++ pkg/Rcpp/inst/unitTests/runit.Vector.R	2012-12-03 13:04:11 UTC (rev 4059)
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
 
-.runThisTest <- FALSE ## Sys.getenv("RunAllRcppTests") == "yes"
+.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
 
 if (.runThisTest) {
 



More information about the Rcpp-commits mailing list