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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jun 23 17:14:48 CEST 2013


Author: edd
Date: 2013-06-23 17:14:47 +0200 (Sun, 23 Jun 2013)
New Revision: 4367

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:
Rcpp release 0.10.4


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/ChangeLog	2013-06-23 15:14:47 UTC (rev 4367)
@@ -1,3 +1,10 @@
+2013-06-23  Dirk Eddelbuettel  <edd at debian.org>
+
+        * DESCRIPTION: Release 0.10.4
+        * inst/NEWS.Rd: Release 0.10.4
+        * inst/include/Rcpp/config.h: Release 0.10.4
+        * debian/*: Similarly updated for new release to Debian
+
 2013-06-19  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/NEWS.Rd: Document planned depreciation of old RCPP_FUNCION_*

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/DESCRIPTION	2013-06-23 15:14:47 UTC (rev 4367)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.10.3.5
+Version: 0.10.4
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates, John Chambers and JJ Allaire
@@ -37,7 +37,7 @@
  package development. Attributes are built on top of Rcpp modules and
  their implementation is based on previous work in the inline package.
  .
- Many examples are included, and over 870 unit tests in over 400 unit
+ Many examples are included, and around 881 unit tests in 412 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	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/debian/changelog	2013-06-23 15:14:47 UTC (rev 4367)
@@ -1,3 +1,11 @@
+rcpp (0.10.4-1) unstable; urgency=low
+
+  * New release
+
+  * debian/control: Set Build-Depends: to current R version 
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Sun, 23 Jun 2013 09:02:24 -0500
+
 rcpp (0.10.3-2) unstable; urgency=low
 
   * debian/control: Set Build-Depends: to current R version 

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/debian/control	2013-06-23 15:14:47 UTC (rev 4367)
@@ -2,7 +2,7 @@
 Section: gnu-r
 Priority: optional
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
-Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0~20130327), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.1), cdbs
 Standards-Version: 3.9.4
 Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
 
@@ -43,7 +43,7 @@
  package development. Attributes are built on top of Rcpp modules and
  their implementation is based on previous work in the inline package.
  .
- Many examples are included, and over 870 unit tests in over 390 unit
+ Many examples are included, and around 881 unit tests in 412 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	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2013-06-23 15:14:47 UTC (rev 4367)
@@ -72,3 +72,4 @@
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rmath.R
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.String.R
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.wstring.R
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Reference.R

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/inst/NEWS.Rd	2013-06-23 15:14:47 UTC (rev 4367)
@@ -2,9 +2,9 @@
 \title{News for Package 'Rcpp'}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-  \section{Changes in Rcpp version 0.10.4 (future)}{
+  \section{Changes in Rcpp version 0.10.4 (2013-06-23)}{
   \itemize{
-    \item Changes in R code:
+    \item Changes in R code: None beyond those detailed for Rcpp Attributes
     \item Changes in Rcpp attributes:
     \itemize{
       \item Fixed problem whereby the interaction between the gc and the 

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2013-06-22 22:15:27 UTC (rev 4366)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2013-06-23 15:14:47 UTC (rev 4367)
@@ -25,7 +25,7 @@
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
 
 // All three digits have to be integers for g++-4.7 or later
-#define RCPP_VERSION Rcpp_Version(0,10,3)
+#define RCPP_VERSION Rcpp_Version(0,10,4)
 
 // Rcpp 0.10.3 has initial support for new preserve/release semantics
 // This switch enables a rollback to the standard R preserve/release semantics



More information about the Rcpp-commits mailing list