[Rcpp-commits] r2724 - pkg/Rcpp/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 5 18:32:06 CET 2010


Author: romain
Date: 2010-12-05 18:32:05 +0100 (Sun, 05 Dec 2010)
New Revision: 2724

Modified:
   pkg/Rcpp/R/Rcpp.package.skeleton.R
Log:
fix in Rcpp.package.skeleton (the real fix)

Modified: pkg/Rcpp/R/Rcpp.package.skeleton.R
===================================================================
--- pkg/Rcpp/R/Rcpp.package.skeleton.R	2010-12-05 17:29:28 UTC (rev 2723)
+++ pkg/Rcpp/R/Rcpp.package.skeleton.R	2010-12-05 17:32:05 UTC (rev 2724)
@@ -31,7 +31,7 @@
 			assign( "rcpp_hello_world", function(){}, envir = env )
 			remove_hello_world <- TRUE
 		} else {
-		    remove_hello_world <- TRUE 
+		    remove_hello_world <- FALSE 
 		}
 	} else {
 		if( ! "rcpp_hello_world" %in% list ){



More information about the Rcpp-commits mailing list