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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 21 22:37:02 CET 2011


Author: edd
Date: 2011-12-21 22:37:01 +0100 (Wed, 21 Dec 2011)
New Revision: 3424

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.8


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/ChangeLog	2011-12-21 21:37:01 UTC (rev 3424)
@@ -1,3 +1,10 @@
+2011-12-21  Dirk Eddelbuettel  <edd at debian.org>
+
+        * DESCRIPTION: Release 0.9.8
+        * inst/NEWS: Release 0.9.8
+        * inst/include/Rcpp/config.h: Release 0.9.8
+        * debian/*: Similarly updated for new release to Debian
+
 2011-12-20  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/skeleton/zzz.R (.onLoad): correct order of arguments

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2011-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/DESCRIPTION	2011-12-21 21:37:01 UTC (rev 3424)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.7.2
+Version: 0.9.8
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers
@@ -30,14 +30,14 @@
  to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
  gives an overview of the feature.
  .
- Several examples are included, and 754 unit tests in 339 unit test functions
- provide additional usage examples.
+ Several examples are included, and more than 750 unit tests in over 330 unit
+ test functions provide additional usage examples.
  .
  An earlier version of Rcpp, containing what we now call the 'classic Rcpp
  API' was written during 2005 and 2006 by Dominick Samperi.  This code has
- been factored out of Rcpp into the package RcppClassic and it is still
- available for code relying on this interface. New development should use 
- this package instead.
+ been factored out of Rcpp into the package RcppClassic, and it is still
+ available for code relying on the older interface. New development, however, 
+ should use the Rcpp package instead.
 Depends: R (>= 2.12.0), methods, int64
 Suggests: RUnit, inline, rbenchmark
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2011-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/debian/changelog	2011-12-21 21:37:01 UTC (rev 3424)
@@ -1,3 +1,12 @@
+rcpp (0.9.8-1) unstable; urgency=low
+
+  * New release
+
+  * debian/control: Updated Standard-Versions: to current version
+  * debian/control: Updated (Build-)Depends: to current R version
+  
+ -- Dirk Eddelbuettel <edd at debian.org>  Wed, 21 Dec 2011 10:50:09 -0600
+
 rcpp (0.9.7-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2011-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/debian/control	2011-12-21 21:37:01 UTC (rev 3424)
@@ -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.1), cdbs
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.14.0), cdbs, r-cran-int64
+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.13.1), littler
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.14.0), littler, r-cran-int64
 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-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2011-12-21 21:37:01 UTC (rev 3424)
@@ -65,3 +65,5 @@
 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
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.int64.R
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rcout.R

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2011-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/inst/NEWS	2011-12-21 21:37:01 UTC (rev 3424)
@@ -1,4 +1,4 @@
-0.9.8   201x-yy-zz
+0.9.8   2011-12-21
 
     o   wrap now handles 64 bit integers (int64_t, uint64_t) and containers 
         of them, and Rcpp now depends on the int64 package (also on CRAN).
@@ -15,7 +15,7 @@
     	
     o   New unit tests for pf(), pnf(), pchisq(), pnchisq() and pcauchy()
 
-    o   XPtr constructor now checks for corresponding tupe in SEXP
+    o   XPtr constructor now checks for corresponding type in SEXP
 
     o   Updated vignettes for use with updated highlight package
 

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2011-12-21 02:14:49 UTC (rev 3423)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2011-12-21 21:37:01 UTC (rev 3424)
@@ -27,7 +27,7 @@
 #endif
 
 #define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,7)
+#define RCPP_VERSION Rcpp_Version(0,9,8)
 
 #endif
 



More information about the Rcpp-commits mailing list