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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 15 10:32:41 CEST 2010


Author: romain
Date: 2010-04-15 10:32:41 +0200 (Thu, 15 Apr 2010)
New Revision: 1044

Modified:
   pkg/Rcpp/R/cpp_function.R
Log:
oops

Modified: pkg/Rcpp/R/cpp_function.R
===================================================================
--- pkg/Rcpp/R/cpp_function.R	2010-04-15 08:29:22 UTC (rev 1043)
+++ pkg/Rcpp/R/cpp_function.R	2010-04-15 08:32:41 UTC (rev 1044)
@@ -43,7 +43,6 @@
 		otherdefs = otherdefs, language = "C++", convention = ".Call", 
 		Rcpp = TRUE, cppargs = cppargs, cxxargs = cxxargs, libargs = libargs, 
 		verbose = verbose )
-	)
 	if( isTRUE( .Cpp ) ){
 		# replace .Call by Rcpp::.Cpp
 		# this is somewhat heuristic, maybe we should search for .Call as opposed



More information about the Rcpp-commits mailing list