[Rcpp-commits] r2563 - in pkg/Rcpp: . debian inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 28 05:55:55 CET 2010
Author: edd
Date: 2010-11-28 05:55:53 +0100 (Sun, 28 Nov 2010)
New Revision: 2563
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/debian/control
pkg/Rcpp/inst/NEWS
Log:
release 0.8.9
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2010-11-27 20:41:40 UTC (rev 2562)
+++ pkg/Rcpp/ChangeLog 2010-11-28 04:55:53 UTC (rev 2563)
@@ -1,3 +1,9 @@
+2010-11-27 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.8.9
+
+ * debian/*: Similarly updated for new release to Debian
+
2010-11-26 Romain Francois <romain at r-enthusiasts.com>
* inst/include/Rcpp/vector/Vector.h: List::create( _["foo"] ) sets
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2010-11-27 20:41:40 UTC (rev 2562)
+++ pkg/Rcpp/DESCRIPTION 2010-11-28 04:55:53 UTC (rev 2563)
@@ -1,10 +1,10 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.8.8.5
+Version: 0.8.9
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers, Simon Urbanek, and David Reiss;
- A small portion of the code is based on code written during 2005 and 2006 by Dominick Samperi
+ a small portion of the code is based on code written during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
Description: The Rcpp package provides a C++ library which facilitates the
integration of R and C++.
@@ -31,7 +31,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 791 unit tests in 374 unit test functions
+ Several examples are included, and 793 unit tests in 375 unit test functions
provide additional usage examples.
Depends: R (>= 2.12.0), methods
Suggests: RUnit, inline, rbenchmark
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2010-11-27 20:41:40 UTC (rev 2562)
+++ pkg/Rcpp/debian/changelog 2010-11-28 04:55:53 UTC (rev 2563)
@@ -1,3 +1,9 @@
+rcpp (0.8.9-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Sat, 27 Nov 2010 22:53:27 -0600
+
rcpp (0.8.8-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control 2010-11-27 20:41:40 UTC (rev 2562)
+++ pkg/Rcpp/debian/control 2010-11-28 04:55:53 UTC (rev 2563)
@@ -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.12), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.12.0), 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.12), littler
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.12.0), 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
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2010-11-27 20:41:40 UTC (rev 2562)
+++ pkg/Rcpp/inst/NEWS 2010-11-28 04:55:53 UTC (rev 2563)
@@ -1,4 +1,4 @@
-0.8.9 2010-11-28 (or even -27)
+0.8.9 2010-11-27
o Many improvements were made to in 'Rcpp modules':
More information about the Rcpp-commits
mailing list