[Rcpp-commits] r1715 - in pkg/Rcpp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 24 17:41:31 CEST 2010


Author: romain
Date: 2010-06-24 17:41:31 +0200 (Thu, 24 Jun 2010)
New Revision: 1715

Modified:
   pkg/Rcpp/NEWS
   pkg/Rcpp/inst/ChangeLog
Log:
move the Range feature to the 23rd

Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS	2010-06-24 15:37:38 UTC (rev 1714)
+++ pkg/Rcpp/NEWS	2010-06-24 15:41:31 UTC (rev 1715)
@@ -20,7 +20,7 @@
         NumericVector res = sapply( x, square ) ;
         
         Rcpp sugar uses the technique of expression templates, pioneered by the 
-        Blitz++ libraray and used in many libraries (Boost::uBlas, Armadillo). 
+        Blitz++ library and used in many libraries (Boost::uBlas, Armadillo). 
         Expression templates allow lazy evaluation of expressions, which 
         coupled with inlining generates very efficient code, very closely 
         approaching the performance of hand written loop code, and often

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-06-24 15:37:38 UTC (rev 1714)
+++ pkg/Rcpp/inst/ChangeLog	2010-06-24 15:41:31 UTC (rev 1715)
@@ -18,7 +18,13 @@
 
 	* inst/include/Rcpp/Date_forward.h: forward declaration of Rcpp::Date and
 	support for wrap( container of Rcpp::Date ), e.g. wrap( vector<Date> )
+	
+	* inst/include/Rcpp/sugar/Range.h: added the concept of range to allow
+	modification of several elements of a vector.
 
+	* inst/examples/ConvolveBenchmarks: version of the convolution function
+	using sugar indexing.
+
 2010-06-22  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/include/Rcpp/Date.h: New Date class (not yet complete)
@@ -46,9 +52,6 @@
 
 	* inst/doc/Rcpp-sugar/Rcpp-sugar.Rnw: vignette documenting Rcpp sugar
 
-	* inst/examples/ConvolveBenchmarks: version of the convolution function
-	using sugar indexing.
-
 2010-06-17  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/Vector.h: split into more manageable files



More information about the Rcpp-commits mailing list