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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Oct 1 02:12:26 CEST 2012


Author: edd
Date: 2012-10-01 02:12:26 +0200 (Mon, 01 Oct 2012)
New Revision: 3786

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


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/ChangeLog	2012-10-01 00:12:26 UTC (rev 3786)
@@ -1,3 +1,10 @@
+2012-09-30  Dirk Eddelbuettel  <edd at debian.org>
+
+        * DESCRIPTION: Release 0.9.14
+        * inst/NEWS: Release 0.9.14
+        * inst/include/Rcpp/config.h: Release 0.9.14
+        * debian/*: Similarly updated for new release to Debian
+
 2012-09-08  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/runit.sugarOps.R: More sugar Ops unit tests

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/DESCRIPTION	2012-10-01 00:12:26 UTC (rev 3786)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.13.3
+Version: 0.9.14
 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 more than 770 unit tests in over 349 unit
+ Several examples are included, and more than 785 unit tests in over 357 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	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/debian/changelog	2012-10-01 00:12:26 UTC (rev 3786)
@@ -1,3 +1,9 @@
+rcpp (0.9.14-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Sun, 30 Sep 2012 08:07:51 -0500
+
 rcpp (0.9.13-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/debian/control	2012-10-01 00:12:26 UTC (rev 3786)
@@ -36,7 +36,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 753 unit tests in 338 unit test functions
+ Several examples are included, and 785 unit tests in 357 unit test functions
  provide additional usage examples.
  .
  An earlier version of Rcpp, containing what we now call the 'classic Rcpp

Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2012-10-01 00:12:26 UTC (rev 3786)
@@ -67,3 +67,4 @@
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/OpenMP/OpenMPandInline.r
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.int64.R
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rcout.R
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.sugarOps.R

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/inst/NEWS.Rd	2012-10-01 00:12:26 UTC (rev 3786)
@@ -2,7 +2,7 @@
 \title{News for Package 'Rcpp'}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-\section{Changes in Rcpp version 0.9.14 (2012-xx-yy)}{
+\section{Changes in Rcpp version 0.9.14 (2012-09-30)}{
   \itemize{
     \item Added new Rcpp sugar functions trunc(), round() and signif(), as well
     as unit tests for them

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2012-09-30 21:59:50 UTC (rev 3785)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2012-10-01 00:12:26 UTC (rev 3786)
@@ -32,7 +32,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,13)
+#define RCPP_VERSION Rcpp_Version(0,9,14)
 
 #endif
 



More information about the Rcpp-commits mailing list