[Rcpp-commits] r2900 - in pkg/Rcpp: . debian inst inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 14 13:55:20 CET 2011


Author: edd
Date: 2011-02-14 13:55:20 +0100 (Mon, 14 Feb 2011)
New Revision: 2900

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
   pkg/Rcpp/inst/NEWS
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.9.1


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-02-13 20:24:20 UTC (rev 2899)
+++ pkg/Rcpp/ChangeLog	2011-02-14 12:55:20 UTC (rev 2900)
@@ -1,3 +1,10 @@
+2011-02-14  Dirk Eddelbuettel  <edd at debian.org>
+
+ 	* DESCRIPTION: Release 0.9.1
+	* inst/NEWS: Release 0.9.1
+	* inst/include/Rcpp/config.h: Release 0.9.1
+        * debian/*: Similarly updated for new release to Debian
+
 2011-02-13  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/include/Rcpp/Module.h: Cache return of Rf_install("Module") in

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2011-02-13 20:24:20 UTC (rev 2899)
+++ pkg/Rcpp/DESCRIPTION	2011-02-14 12:55:20 UTC (rev 2900)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.0.3
+Version: 0.9.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers
@@ -30,7 +30,7 @@
  to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
  gives an overview of the feature.
  .
- Several examples are included, and 745 unit tests in 328 unit test functions
+ Several examples are included, and 753 unit tests in 335 unit test functions
  provide additional usage examples.
  .
  An earlier version of Rcpp, containing what we now call the 'classic Rcpp

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2011-02-13 20:24:20 UTC (rev 2899)
+++ pkg/Rcpp/debian/changelog	2011-02-14 12:55:20 UTC (rev 2900)
@@ -1,3 +1,9 @@
+rcpp (0.9.1-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 Feb 2011 06:54:24 -0600
+
 rcpp (0.9.0-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2011-02-13 20:24:20 UTC (rev 2899)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2011-02-14 12:55:20 UTC (rev 2900)
@@ -62,3 +62,4 @@
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/examples/functionCallback/buildAndRun.sh
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Module.client.package.R
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.modref.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.support.R

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2011-02-13 20:24:20 UTC (rev 2899)
+++ pkg/Rcpp/inst/NEWS	2011-02-14 12:55:20 UTC (rev 2900)
@@ -1,4 +1,4 @@
-0.9.1   2011-..-..
+0.9.1   2011-02-14
 
     o   A number of internal changes to the memory allocation / protection of
         temporary objects were made---with a heartfelt "Thank You!" to both

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2011-02-13 20:24:20 UTC (rev 2899)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2011-02-14 12:55:20 UTC (rev 2900)
@@ -27,7 +27,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,0)
+#define RCPP_VERSION Rcpp_Version(0,9,1)
 
 #endif
 



More information about the Rcpp-commits mailing list