[Rcpp-commits] r2058 - papers/rjournal
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 29 14:25:15 CEST 2010
Author: edd
Date: 2010-08-29 14:25:15 +0200 (Sun, 29 Aug 2010)
New Revision: 2058
Modified:
papers/rjournal/EddelbuettelFrancois.tex
Log:
add three TODO items (as latex comments) we may want to consider:
i) mention RcppExamples and/or RcppArmadillo
ii) mention sugar
iii) mention modules
Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex 2010-08-28 23:57:08 UTC (rev 2057)
+++ papers/rjournal/EddelbuettelFrancois.tex 2010-08-29 12:25:15 UTC (rev 2058)
@@ -65,6 +65,7 @@
the `new \pkg{Rcpp}' interface, as well as in the seven vignettes included
with the package. This new API is our current focus, and we
intend to both extend and support it in future development of the package.
+%% TODO Should we talk about RcppExamples and/or RcppArmadillo here?
\subsection{Comparison}
@@ -822,8 +823,9 @@
the code using the new API can essentially as fast as the R API base case
while being easier to write.
+% TODO Should we talk about sugar?
+% TODO Should we talk about modules?
-
\section{Summary}
The \code{Rcpp} package greatly simplifies integration of compiled C++ code
More information about the Rcpp-commits
mailing list