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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 29 16:44:30 CET 2012


Author: edd
Date: 2012-01-29 16:44:30 +0100 (Sun, 29 Jan 2012)
New Revision: 3453

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/NEWS
   pkg/Rcpp/inst/THANKS
Log:
roll version to 0.9.9.1
update NEWS and THANKS


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-01-29 15:33:40 UTC (rev 3452)
+++ pkg/Rcpp/DESCRIPTION	2012-01-29 15:44:30 UTC (rev 3453)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.9
+Version: 0.9.9.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2012-01-29 15:33:40 UTC (rev 3452)
+++ pkg/Rcpp/inst/NEWS	2012-01-29 15:44:30 UTC (rev 3453)
@@ -1,5 +1,11 @@
 0.9.10  2012-xx-yy
 
+    o   Added custom version of the Rcpp sugar diff function for numeric vectors
+        skipping unncesserry checks for NA
+
+    o   Corrected fixed-value initialization for IntegerVector (with thanks to
+        Gregor Kastner for spotting this)
+
     o   New Rcpp-FAQ entry on simple way to set compiler option for cxxfunction
 
 0.9.9   2012-12-25

Modified: pkg/Rcpp/inst/THANKS
===================================================================
--- pkg/Rcpp/inst/THANKS	2012-01-29 15:33:40 UTC (rev 3452)
+++ pkg/Rcpp/inst/THANKS	2012-01-29 15:44:30 UTC (rev 3453)
@@ -7,6 +7,7 @@
 Alistair Gee            for a patch making ColDatum more robust
 Christian Gunning       for a documentation + unit tests patches and reporting bugs
 Rainer Hurling          for help debugging builds issues on FreeBSD
+Gregor Kastner          for noticing a bug in IntegerVector initialization
 Uwe Ligges              for help with Windows (32 and 64 bit) build issues
 Tama Ma                 for a patch that extends Module constructors
 Karl Millar             for a patch helping with a non-g++ compiler



More information about the Rcpp-commits mailing list