[Rcpp-commits] r2816 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 23 11:48:57 CET 2010


Author: romain
Date: 2010-12-23 11:48:56 +0100 (Thu, 23 Dec 2010)
New Revision: 2816

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
Log:
log yesterday commit

Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2010-12-23 10:46:30 UTC (rev 2815)
+++ pkg/Rcpp/ChangeLog	2010-12-23 10:48:56 UTC (rev 2816)
@@ -4,6 +4,11 @@
 	garbage collection. Presumably more efficient than R_PreserveObject and
 	R_ReleaseObject
 
+2010-12-22  Romain Francois <romain at r-enthusiasts.com>
+
+	* inst/include/Rcpp/sugar/operators/plus.h: More efficient operator+ for 
+	REALSXP sugar expressions, avoiding unnecessary NA tests.
+
 2010-12-22  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/runit.Vector.R: Applied patch by Christian Gunning

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-12-23 10:46:30 UTC (rev 2815)
+++ pkg/Rcpp/DESCRIPTION	2010-12-23 10:48:56 UTC (rev 2816)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.0
+Version: 0.9.0.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers



More information about the Rcpp-commits mailing list