[Rcpp-commits] r3639 - in pkg/Rcpp: . debian inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jun 22 13:23:28 CEST 2012
Author: edd
Date: 2012-06-22 13:23:28 +0200 (Fri, 22 Jun 2012)
New Revision: 3639
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/debian/control
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.9.11
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-06-21 23:45:45 UTC (rev 3638)
+++ pkg/Rcpp/ChangeLog 2012-06-22 11:23:28 UTC (rev 3639)
@@ -1,3 +1,25 @@
+2012-06-22 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.9.11
+ * inst/NEWS: Release 0.9.11
+ * inst/include/Rcpp/config.h: Release 0.9.11
+ * debian/*: Similarly updated for new release to Debian
+
+ * DESCRIPTION: Increased Depends to R (>= 2.15.1)
+
+2012-06-21 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/doc/Rcpp-modules/Rcpp-modules.Rnw: Updated to reflect use
+ under R 2.15.1
+ * inst/skeleton/zzz.R: Idem
+
+2012-06-20 Dirk Eddelbuettel <edd at debian.org>
+
+ * R/loadRcppModules.R: Use lib.loc= argument on packageDescription()
+ as suggested by Kurt, and fetch libname from enclosing environment
+
+ * DESCRIPTION: Typo and grammar fixes with thanks to Kurt and Doug
+
2012-05-25 Dirk Eddelbuettel <edd at debian.org>
* inst/skeleton/zzz.R: Added new 'evalqOnLoad()' call for R-devel,
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-06-21 23:45:45 UTC (rev 3638)
+++ pkg/Rcpp/DESCRIPTION 2012-06-22 11:23:28 UTC (rev 3639)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.10.5
+Version: 0.9.11
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 750 unit tests in over 330 unit
+ Several examples are included, and more than 770 unit tests in over 349 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-06-21 23:45:45 UTC (rev 3638)
+++ pkg/Rcpp/debian/changelog 2012-06-22 11:23:28 UTC (rev 3639)
@@ -1,3 +1,13 @@
+rcpp (0.9.11-1) unstable; urgency=low
+
+ * New release
+
+ * debian/control: Set Build-Depends: to current R version
+ * debian/control: Change Depends to ${R:Depends}
+ * debian/control: Set Standards-Version: to current version
+
+ -- Dirk Eddelbuettel <edd at debian.org> Fri, 22 Jun 2012 06:22:00 -0500
+
rcpp (0.9.10-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control 2012-06-21 23:45:45 UTC (rev 3638)
+++ pkg/Rcpp/debian/control 2012-06-22 11:23:28 UTC (rev 3639)
@@ -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.14.1), cdbs
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.15.1), cdbs
+Standards-Version: 3.9.3
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
Package: r-cran-rcpp
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.14.1), littler
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, littler
Suggests: r-cran-inline
Description: GNU R package for Seamless R and C++ Integration
The Rcpp package provides a C++ library which facilitates the
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2012-06-21 23:45:45 UTC (rev 3638)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2012-06-22 11:23:28 UTC (rev 3639)
@@ -27,7 +27,7 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,10)
+#define RCPP_VERSION Rcpp_Version(0,9,11)
#endif
More information about the Rcpp-commits
mailing list