[Rcpp-commits] r610 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 6 21:37:45 CET 2010


Author: romain
Date: 2010-02-06 21:37:44 +0100 (Sat, 06 Feb 2010)
New Revision: 610

Modified:
   papers/rjournal/EddelbuettelFrancois.tex
Log:
ping/ping

Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex	2010-02-06 19:49:14 UTC (rev 609)
+++ papers/rjournal/EddelbuettelFrancois.tex	2010-02-06 20:37:44 UTC (rev 610)
@@ -371,6 +371,8 @@
 specialized.
 % [Romain]: should we mention RInside as an example 
 % [Dirk] Example for _what_ ?
+% [Romain]: RInside fully specializes wrap for these types: 
+%           vector<vector<double>> and vector<vector<int>>
 \end{itemize}
 
 Whether an object is wrappable is resolved at compile time, and the 
@@ -655,6 +657,7 @@
 
 % example ?
 % [Dirk] We're running out of space.  In the JSS piece...
+% [Romain] Agreed
 
 \section{Performance comparison}
 
@@ -794,6 +797,8 @@
 of R in a C++ application and \code{RProtoBuf} \citep{cran:rprotobuf} 
 that interfaces with the protocol buffer library. 
 % [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
 
 \bibliography{EddelbuettelFrancois}
 



More information about the Rcpp-commits mailing list