[Rcpp-commits] r573 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Feb 5 11:19:37 CET 2010


Author: romain
Date: 2010-02-05 11:19:37 +0100 (Fri, 05 Feb 2010)
New Revision: 573

Modified:
   papers/rjournal/EddelbuettelFrancois.tex
Log:
some more content, attempt at a summary

Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex	2010-02-05 10:14:48 UTC (rev 572)
+++ papers/rjournal/EddelbuettelFrancois.tex	2010-02-05 10:19:37 UTC (rev 573)
@@ -585,7 +585,8 @@
        xab[i + j] += xa[i] * xb[j];
   return xab;
 '
-fun <- cfunction( signature(a="numeric", b="numeric"), 
+fun <- cfunction( 
+	signature(a="numeric", b="numeric"), 
 	src, Rcpp=TRUE)
 \end{example}
 



More information about the Rcpp-commits mailing list