[Rcpp-commits] r611 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 6 21:40:10 CET 2010


Author: romain
Date: 2010-02-06 21:40:10 +0100 (Sat, 06 Feb 2010)
New Revision: 611

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

Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex	2010-02-06 20:37:44 UTC (rev 610)
+++ papers/rjournal/EddelbuettelFrancois.tex	2010-02-06 20:40:10 UTC (rev 611)
@@ -65,7 +65,7 @@
 
 Yet C++ coding standards continued to evolve. So starting in 2009 the
 codebase was significantly extended and numerous new features were added.
-Several of these are described below in the section on the the `new
+Several of these are described below in the section on the `new
 \pkg{Rcpp}' interface. This new API is our current focus, and we intend to
 both extend and support it going forward.
 
@@ -367,7 +367,7 @@
 the type \code{T} is wrappable;
 \item any type that implements implicit conversion to \code{SEXP} through the 
 \code{operator SEXP()}.
-\item any type for which the the \code{wrap} template is partially or fully 
+\item any type for which the \code{wrap} template is partially or fully 
 specialized.
 % [Romain]: should we mention RInside as an example 
 % [Dirk] Example for _what_ ?



More information about the Rcpp-commits mailing list