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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Feb 3 15:29:31 CET 2012


Author: edd
Date: 2012-02-03 15:29:31 +0100 (Fri, 03 Feb 2012)
New Revision: 3461

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/control
   pkg/Rcpp/inst/NEWS
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
release 0.9.10


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-02-03 14:20:13 UTC (rev 3460)
+++ pkg/Rcpp/ChangeLog	2012-02-03 14:29:31 UTC (rev 3461)
@@ -1,6 +1,13 @@
+2012-02-03  Dirk Eddelbuettel  <edd at debian.org>
+
+        * DESCRIPTION: Release 0.9.10
+        * inst/NEWS: Release 0.9.10
+        * inst/include/Rcpp/config.h: Release 0.9.10
+        * debian/*: Similarly updated for new release to Debian
+
 2012-02-03  Romain Francois  <romain at r-enthusiasts.com>
 
-        * inst/include/Rcpp/Extractor.h: rmove use of Fast in Extractor
+        * inst/include/Rcpp/Extractor.h: remove use of Fast in Extractor
         
         * inst/include/Rcpp/sugar/functions/mapply/mapply.h: new sugar function, 
         similar to sapply, but with 2 or 3 (for now) input vectors

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-02-03 14:20:13 UTC (rev 3460)
+++ pkg/Rcpp/DESCRIPTION	2012-02-03 14:29:31 UTC (rev 3461)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.9.2
+Version: 0.9.10
 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	2012-02-03 14:20:13 UTC (rev 3460)
+++ pkg/Rcpp/debian/changelog	2012-02-03 14:29:31 UTC (rev 3461)
@@ -1,3 +1,11 @@
+rcpp (0.9.10-1) unstable; urgency=low
+
+  * New release
+
+  * debian/control: Updated (Build-)Depends: to current R version
+  
+ -- Dirk Eddelbuettel <edd at debian.org>  Fri, 03 Feb 2012 08:27:37 -0600
+
 rcpp (0.9.9-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2012-02-03 14:20:13 UTC (rev 3460)
+++ pkg/Rcpp/debian/control	2012-02-03 14:29:31 UTC (rev 3461)
@@ -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.0), cdbs, r-cran-int64
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.14.1), cdbs
 Standards-Version: 3.9.2
 Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
 
 Package: r-cran-rcpp
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.14.0), littler, r-cran-int64
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.14.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/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2012-02-03 14:20:13 UTC (rev 3460)
+++ pkg/Rcpp/inst/NEWS	2012-02-03 14:29:31 UTC (rev 3461)
@@ -2,6 +2,8 @@
 
     o   Rearrange headers so that Rcpp::Rcout can be used by RcppArmadillo et al
 
+    o   New Rcpp sugar function mapply (for limited to two or three input vectors)
+
     o   Added custom version of the Rcpp sugar diff function for numeric vectors
         skipping unncesserry checks for NA
 

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2012-02-03 14:20:13 UTC (rev 3460)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2012-02-03 14:29:31 UTC (rev 3461)
@@ -27,7 +27,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,9)
+#define RCPP_VERSION Rcpp_Version(0,9,10)
 
 #endif
 



More information about the Rcpp-commits mailing list