[Rcpp-commits] r1197 - in pkg/Rcpp: . debian debian/source inst inst/announce

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 12 01:28:14 CEST 2010


Author: edd
Date: 2010-05-12 01:28:14 +0200 (Wed, 12 May 2010)
New Revision: 1197

Added:
   pkg/Rcpp/debian/source/
   pkg/Rcpp/debian/source/format
Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/NEWS
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/control
   pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
   pkg/Rcpp/inst/ChangeLog
   pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt
Log:
finalising release 0.8.0


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/DESCRIPTION	2010-05-11 23:28:14 UTC (rev 1197)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Rcpp R/C++ interface package
-Version: 0.7.12.11
+Version: 0.8.0
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Simon Urbanek, David Reiss and Douglas Bates; based on code written during 

Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/NEWS	2010-05-11 23:28:14 UTC (rev 1197)
@@ -1,4 +1,4 @@
-0.8.0   (under development)
+0.8.0   2010-05-11
 
     o   All Rcpp headers have been moved to the inst/include directory,
 	allowing use of 'LinkingTo: Rcpp'. But the Makevars and Makevars.win

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/debian/changelog	2010-05-11 23:28:14 UTC (rev 1197)
@@ -1,3 +1,15 @@
+rcpp (0.8.0-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Tue, 11 May 2010 18:23:43 -0500
+
+rcpp (0.7.12-1) unstable; urgency=low
+
+   * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Fri, 16 Apr 2010 06:23:46 -0500
+  
 rcpp (0.7.11-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/debian/control	2010-05-11 23:28:14 UTC (rev 1197)
@@ -2,13 +2,13 @@
 Section: gnu-r
 Priority: optional
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
-Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.10.1), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.11.0), cdbs, r-cran-inline
 Standards-Version: 3.8.4
 Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
 
 Package: r-cran-rcpp
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.10.1), littler
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.11.0), littler, r-cran-inline
 Description: GNU R / C++ interface classes and examples
  The Rcpp package contains a C++ library that facilitates the integration of
  R and C++ in various ways.
@@ -47,6 +47,6 @@
  C++ function and compile, link and load it given the 'inlined' character
  argument which makes C++ integration very easy.
  .
- Several examples are included, and over 150 unit tests provide addtional
- usage examples.
+ Several examples are included, and over 430 unit tests in over 230
+ functions provide addtional usage examples.
 

Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2010-05-11 23:28:14 UTC (rev 1197)
@@ -43,3 +43,7 @@
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Argument.R
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppFrame.R
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Vector.create.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.DataFrame.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Dimension.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Formula.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.client.package.R

Added: pkg/Rcpp/debian/source/format
===================================================================
--- pkg/Rcpp/debian/source/format	                        (rev 0)
+++ pkg/Rcpp/debian/source/format	2010-05-11 23:28:14 UTC (rev 1197)
@@ -0,0 +1 @@
+1.0

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/inst/ChangeLog	2010-05-11 23:28:14 UTC (rev 1197)
@@ -1,16 +1,22 @@
+2010-05-11  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Release 0.8.0
+
+	* debian/*: Similarly updated for new release to Debian
+
 2010-05-11  Romain Francois <romain at r-enthusiasts.com>
 
-	* inst/include/Rcpp/traits/*.h: added support for long long int and 
+	* inst/include/Rcpp/traits/*.h: added support for long long int and
 	unsigned long long int, which is size_t on win64
 
 2010-05-10  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/Dimension.h: added a const operator[], requested
 	in the Rcpp-devel thread : http://article.gmane.org/gmane.comp.lang.r.rcpp/327
-	
+
 	* inst/include/Rcpp/preprocessor.h: added __rcpp_info__ pseudo reflection information
 	to RCPP_XP_FIELD
-	
+
 	* inst/unitTests/runit.macros.R: testing RCPP_XP_FIELD
 
 2010-05-06  Romain Francois <romain at r-enthusiasts.com>
@@ -49,7 +55,7 @@
 	  RCPP_XP_METHOD_CAST_0, ...
 	  RCPP_XP_METHOD_VOID_0, ...
 
-2010-05-03  Dirk Eddelbuettel  <edd at dexter>
+2010-05-03  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/runit.DataFrame.R: unit tests for Rcpp::DataFrame
 

Modified: pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt
===================================================================
--- pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt	2010-05-11 13:37:09 UTC (rev 1196)
+++ pkg/Rcpp/inst/announce/ANNOUNCE-0.8.0.txt	2010-05-11 23:28:14 UTC (rev 1197)
@@ -239,8 +239,8 @@
 
 Rcpp uses the RUnit package by Matthias Burger et al and the aforementioned
 inline package by Oleg Sklyar et al to provide unit testing. Rcpp currently
-has over 230 unit test functions with very good coverage of the critical
-parts of the package and library.
+has over 430 unit tests (called from more than 230 unit test functions) with
+very good coverage of the critical parts of the package and library.
 
 Source code for unit test functions are stored in the unitTests directory 
 of the installed package and the results are collected in the "Rcpp-unitTests"



More information about the Rcpp-commits mailing list