[Rcpp-commits] r1470 - pkg/Rcpp/inst/doc/Rcpp-extending
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 7 15:46:39 CEST 2010
Author: romain
Date: 2010-06-07 15:46:39 +0200 (Mon, 07 Jun 2010)
New Revision: 1470
Modified:
pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw
Log:
getting used to mac keyboards
Modified: pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw 2010-06-07 13:45:44 UTC (rev 1469)
+++ pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw 2010-06-07 13:46:39 UTC (rev 1470)
@@ -116,9 +116,9 @@
// return an R list
// this is achieved through implicit call to Rcpp::wrap
return List::create(
- _["front"] = x.front(),
- _["back"] = x.back()
- ) ;
+ _["front"] = x.front(),
+ _["back"] = x.back()
+ ) ;
'
writeLines( code, "code.cpp" )
@
@@ -301,7 +301,7 @@
T t ;
} ;
-}Ê}
+} }
@
This is the reason why the default behavior of \texttt{Rcpp::as} is to
More information about the Rcpp-commits
mailing list