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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 30 00:26:58 CEST 2011


Author: edd
Date: 2011-09-30 00:26:58 +0200 (Fri, 30 Sep 2011)
New Revision: 3207

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
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.9.7


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/ChangeLog	2011-09-29 22:26:58 UTC (rev 3207)
@@ -1,5 +1,10 @@
 2011-09-29  Dirk Eddelbuettel  <edd at debian.org>
 
+        * DESCRIPTION: Release 0.9.7
+        * inst/NEWS: Release 0.9.7
+        * inst/include/Rcpp/config.h: Release 0.9.7
+        * debian/*: Similarly updated for new release to Debian
+
 	* inst/include/Rcpp/sugar/block/SugarBlock_1.h: Apply second path by
 	Martyn Plummer to permit compilation on Solaris
 	* inst/include/Rcpp/sugar/block/SugarBlock_2.h: Idem

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/DESCRIPTION	2011-09-29 22:26:58 UTC (rev 3207)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.6.3
+Version: 0.9.7
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/debian/changelog	2011-09-29 22:26:58 UTC (rev 3207)
@@ -1,3 +1,9 @@
+rcpp (0.9.7-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Thu, 29 Sep 2011 14:53:21 -0500
+
 rcpp (0.9.6-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/debian/control	2011-09-29 22:26:58 UTC (rev 3207)
@@ -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.13.0), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.13.1), 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.13.0), littler
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.13.1), 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/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2011-09-29 22:26:58 UTC (rev 3207)
@@ -63,3 +63,5 @@
 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
 r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.support.R
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/Misc/ifelseLooped.r
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/OpenMP/OpenMPandInline.r

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/inst/NEWS	2011-09-29 22:26:58 UTC (rev 3207)
@@ -1,5 +1,8 @@
-0.9.7   2011-xx-yy
+0.9.7   2011-09-29
 
+    o   Applied two patches kindly provided by Martyn Plummer which provide
+    	support for compilation on Solaris using the SunPro compiler
+
     o   Minor code reorganisation in which exception specifiers are removed;
         this effectively only implements a run-time (rather than compile-time) 
         check and is generally seen as a somewhat depreated C++ idiom. Thanks

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2011-09-29 19:07:52 UTC (rev 3206)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2011-09-29 22:26:58 UTC (rev 3207)
@@ -27,7 +27,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,6)
+#define RCPP_VERSION Rcpp_Version(0,9,7)
 
 #endif
 



More information about the Rcpp-commits mailing list