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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Oct 15 12:14:23 CEST 2010


Author: edd
Date: 2010-10-15 12:14:22 +0200 (Fri, 15 Oct 2010)
New Revision: 2298

Removed:
   pkg/Rcpp/INDEX
Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/control
   pkg/Rcpp/debian/copyright
   pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
   pkg/Rcpp/inst/NEWS
Log:
release 0.8.7


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/ChangeLog	2010-10-15 10:14:22 UTC (rev 2298)
@@ -1,10 +1,16 @@
+2010-10-14  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION (Version): Release 0.8.7
+
+        * debian/*: Similarly updated for new release to Debian
+
 2010-10-10  Romain Francois <romain at r-enthusiasts.com>
 
-    * tests/doRUnit.R: workaround to disable tests on windows 64 until we can 
-    figure out what upsets R CMD check. 
-    
-    * R/Module.R: expose the finalizer
+	* tests/doRUnit.R: workaround to disable tests on windows 64 until we can
+	  figure out what upsets R CMD check.
 
+	* R/Module.R: expose the finalizer
+
 2010-10-07  John M Chambers  <jmc at r-project.org>
 
 	* R/Module.R: modify cpp_refMethods to substitute the .External

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/DESCRIPTION	2010-10-15 10:14:22 UTC (rev 2298)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.8.6.4
+Version: 0.8.7
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates, John Chambers, Simon Urbanek, and David Reiss; 

Deleted: pkg/Rcpp/INDEX
===================================================================
--- pkg/Rcpp/INDEX	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/INDEX	2010-10-15 10:14:22 UTC (rev 2298)
@@ -1,10 +0,0 @@
-C++Class-class          Reflection information for an internal c++
-                        class
-C++Function-class       Class "C++Function"
-C++Object-class         c++ internal objects
-Module                  Retrieves an Rcpp module
-Module-class            Rcpp modules
-Rcpp-package            R / C++ interface
-Rcpp.package.skeleton   Create a skeleton for a new package depending
-                        on Rcpp
-RcppUnitTests           Rcpp : unit tests results

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/debian/changelog	2010-10-15 10:14:22 UTC (rev 2298)
@@ -1,3 +1,9 @@
+rcpp (0.8.7-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Fri, 15 Oct 2010 05:12:31 -0500
+
 rcpp (0.8.6-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/debian/control	2010-10-15 10:14:22 UTC (rev 2298)
@@ -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.11.1), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.12), cdbs
 Standards-Version: 3.9.1
 Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
 
 Package: r-cran-rcpp
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.11.1), littler
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.12), littler
 Suggests: r-cran-inline
 Description: GNU R / C++ interface classes and examples
  The Rcpp package contains a C++ library that facilitates the integration of
@@ -48,6 +48,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 735 unit tests in 329 functions
+ Several examples are included, and 784 unit tests in 364 functions
  provide addtional usage examples.
 

Modified: pkg/Rcpp/debian/copyright
===================================================================
--- pkg/Rcpp/debian/copyright	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/debian/copyright	2010-10-15 10:14:22 UTC (rev 2298)
@@ -22,6 +22,8 @@
 Copyright (C) 2009 - 2010 Dirk Eddelbuettel and Romain Francois
 
 Portions Copyright (C) 2008 Simon Urbanek
+Portions Copyright (C) 2010 Doug Bates
+Portions Copyright (C) 2010 John M Chambers
 
 License: GPL-2
 

Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2010-10-15 10:14:22 UTC (rev 2298)
@@ -57,3 +57,8 @@
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Vector.R
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.misc.R
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.stats.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/buildAndRun.sh
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/overhead.r
+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

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2010-10-12 02:25:42 UTC (rev 2297)
+++ pkg/Rcpp/inst/NEWS	2010-10-15 10:14:22 UTC (rev 2298)
@@ -1,7 +1,7 @@
-0.8.7   (future)
+0.8.7   2010-10-15
 
-    o   this Rcpp version now depends on R 2.12 or greater as it interfaces the
-        new reference classes (see below) and also reflects the POSIXt class
+    o   As of this version, Rcpp depends on R 2.12 or greater as it interfaces 
+        the new reference classes (see below) and also reflects the POSIXt class
         reordering both of which appeared with R version 2.12.0
 
     o   new Rcpp::Reference class, that allows internal manipulation of R 2.12.0



More information about the Rcpp-commits mailing list