[Rcpp-commits] r2436 - pkg/Rcpp/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 17 03:35:42 CET 2010


Author: edd
Date: 2010-11-17 03:35:41 +0100 (Wed, 17 Nov 2010)
New Revision: 2436

Modified:
   pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw
Log:
adds a comma


Modified: pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw	2010-11-16 15:30:16 UTC (rev 2435)
+++ pkg/Rcpp/inst/doc/Rcpp-introduction.Rnw	2010-11-17 02:35:41 UTC (rev 2436)
@@ -428,8 +428,8 @@
 handles conversion of R objects into primitive types (bool, int, std::string, ...), 
 STL vectors of primitive types  (\code{std::vector<bool>}, 
 \code{std::vector<double>}, etc ...) and arbitrary types that offer 
-a constructor that takes a \code{SEXP}. In addition \code{as} can 
-be fully or partially specialized to manage conversion of R data 
+a constructor that takes a \code{SEXP}. In addition, \code{as} can 
+be fully or partially specialized to manage conversion of \R data 
 structures to third-party types as can be seen for example in the
 \pkg{RcppArmadillo} package which eases transfer of R matrices and vectors to
 the optimised data structures in the Armadillo linear algebra library \citep{Sanderson:2010:Armadillo}.



More information about the Rcpp-commits mailing list