[Rcpp-commits] r615 - papers/rjournal
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 6 22:36:02 CET 2010
Author: edd
Date: 2010-02-06 22:36:01 +0100 (Sat, 06 Feb 2010)
New Revision: 615
Modified:
papers/rjournal/EddelbuettelFrancois.tex
Log:
footnoted that examples/ConvolveBenchmark/ provides sources for Table 1
Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex 2010-02-06 21:09:59 UTC (rev 614)
+++ papers/rjournal/EddelbuettelFrancois.tex 2010-02-06 21:36:01 UTC (rev 615)
@@ -739,10 +739,11 @@
\}
\end{example}
-We have benchmarked the various implementations using
-1000 replicates of each function with \code{a} and
-\code{b} containing 100 elements each. The timings are summarized in the
-table below:
+We have benchmarked the various implementations using 1000 replicates of each
+function with \code{a} and \code{b} containing 100 elements
+each.\footnote{The code for this example is contained in the directory
+ \code{inst/examples/ConvolveBenchmarks} in the \pkg{Rcpp} package.} The timings
+are summarized in the table below:
\begin{table}[H]
\begin{center}
@@ -810,10 +811,7 @@
The \code{Rcpp} API offers opportunities to dramatically reduce the complexity
of code, which should improve code readability, maintainability and reuse.
-% [Dirk] Do we really need to cite RInside and RProtoBuf?
-% [Romain] Not really. I guess I wanted to give a reason why we did it
-% and how it pays of, but we don't have to
-% [Dirk] How about if we lift that last sentence at place it earlier?
+
\bibliography{EddelbuettelFrancois}
\address{Dirk Eddelbuettel\\
More information about the Rcpp-commits
mailing list