[Rcpp-commits] r2633 - pkg/RcppGSL/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 30 22:36:24 CET 2010


Author: edd
Date: 2010-11-30 22:36:24 +0100 (Tue, 30 Nov 2010)
New Revision: 2633

Modified:
   pkg/RcppGSL/inst/unitTests/runit.client.package.R
Log:
humour attempt removed


Modified: pkg/RcppGSL/inst/unitTests/runit.client.package.R
===================================================================
--- pkg/RcppGSL/inst/unitTests/runit.client.package.R	2010-11-30 20:03:27 UTC (rev 2632)
+++ pkg/RcppGSL/inst/unitTests/runit.client.package.R	2010-11-30 21:36:24 UTC (rev 2633)
@@ -26,7 +26,7 @@
 	file.copy( system.file( "examples", pkg, package = "RcppGSL" ) , td, recursive = TRUE)
 	Sys.chmod( file.path( td, "RcppGSLExample", "configure"), "0755")
 	setwd( td )
-	on.exit( { 
+	on.exit( {
 	    setwd( cwd)
 	    unlink( td, recursive = TRUE )
 	} )
@@ -38,6 +38,5 @@
 	require( pkg, "templib", character.only = TRUE )
 	m <- matrix( 1:16, nc = 4 )
 	res <- colNorm( m )
-	#TODO [Dirk]: include an actual test
 	unlink( "templib", recursive = TRUE )
 }



More information about the Rcpp-commits mailing list