[Rcpp-commits] r409 - pkg/inst/discovery

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 19 16:03:24 CET 2010


Author: romain
Date: 2010-01-19 16:03:24 +0100 (Tue, 19 Jan 2010)
New Revision: 409

Modified:
   pkg/inst/discovery/cxx0x.R
Log:
typing too fast

Modified: pkg/inst/discovery/cxx0x.R
===================================================================
--- pkg/inst/discovery/cxx0x.R	2010-01-19 15:02:05 UTC (rev 408)
+++ pkg/inst/discovery/cxx0x.R	2010-01-19 15:03:24 UTC (rev 409)
@@ -25,7 +25,7 @@
 	
 		want.cxx0x <- Sys.getenv( "RCPP_WANT_CXX0X" , unset = "" ) 
 		if( want.cxx0x != "yes" ){
-			return ""
+			return(invisible(NULL))
 		}
 		
 		cxx0x.code <- '



More information about the Rcpp-commits mailing list