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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 9 16:57:04 CEST 2010


Author: edd
Date: 2010-07-09 16:57:03 +0200 (Fri, 09 Jul 2010)
New Revision: 1851

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/debian/changelog
   pkg/Rcpp/debian/control
   pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
   pkg/Rcpp/inst/ChangeLog
Log:
Release 0.8.4


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-07-09 13:36:03 UTC (rev 1850)
+++ pkg/Rcpp/DESCRIPTION	2010-07-09 14:57:03 UTC (rev 1851)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.8.3.5
+Version: 0.8.4
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Simon Urbanek, David Reiss and Douglas Bates; based on code written during 
@@ -43,8 +43,8 @@
  C++ function and compile, link and load it given the 'inlined' character
  argument which makes C++ integration very easy.
  .
- Several examples are included, and over 720 unit tests in over 320 unit test
- functions provide addtional usage examples.
+ Several examples are included, and 735 unit tests in 329 unit test functions
+ provide addtional usage examples.
 Depends: R (>= 2.10.0), methods
 Suggests: RUnit, inline
 SystemRequirements: GNU make

Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog	2010-07-09 13:36:03 UTC (rev 1850)
+++ pkg/Rcpp/debian/changelog	2010-07-09 14:57:03 UTC (rev 1851)
@@ -1,3 +1,9 @@
+rcpp (0.8.4-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Fri, 09 Jul 2010 09:39:20 -0500
+
 rcpp (0.8.3-1) unstable; urgency=low
 
   * New release

Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control	2010-07-09 13:36:03 UTC (rev 1850)
+++ pkg/Rcpp/debian/control	2010-07-09 14:57:03 UTC (rev 1851)
@@ -48,6 +48,6 @@
  C++ function and compile, link and load it given the 'inlined' character
  argument which makes C++ integration very easy.
  .
- Several examples are included, and over 430 unit tests in over 230
- functions provide addtional usage examples.
+ Several examples are included, and 735 unit tests in 329 functions
+ provide addtional usage examples.
 

Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2010-07-09 13:36:03 UTC (rev 1850)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides	2010-07-09 14:57:03 UTC (rev 1851)
@@ -53,3 +53,6 @@
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Datetime.R
 r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.sugar.R
 r-cran-rcpp: executable-not-elf-or-script ./usr/lib/R/site-library/Rcpp/examples/SugarPerformance/sugarBenchmarks.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppMisc.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.Vector.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.misc.R

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-07-09 13:36:03 UTC (rev 1850)
+++ pkg/Rcpp/inst/ChangeLog	2010-07-09 14:57:03 UTC (rev 1851)
@@ -1,3 +1,9 @@
+2010-07-09  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Release 0.8.4
+
+	* debian/*: Similarly updated for new release to Debian
+
 2010-07-09  Romain Francois <romain at r-enthusiasts.com>
 
 	* src/RObject.cpp: adapt the SlotProxy class to deal with the special
@@ -2,8 +8,8 @@
 	case of the .Data slot (slot<- changes the internal SEXP)
-	
+
 	* R/Module.R: the C++Class now inherits from "character", to facilitate
 	S4 method dispatch
-	
+
 	* src/Module.cpp: The CppClass ctor sets the .Data of the C++Class object
-	to an obfuscated name to avoid class names clashes at the R level. 
+	to an obfuscated name to avoid class names clashes at the R level.
 
@@ -16,11 +22,21 @@
 
 	* inst/include/Rcpp/sugar/functions/tail.h: new sugar function : diag
 
+2010-07-07  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/README: Updated and now pointing to all the other documentation
+
 2010-07-07  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/sugar/functions/rep.h: version of rep that takes a
 	primitive as the first argument
 
+2010-07-07  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/unitTests/runTests.R: Reverted to running all tests now that
+	tests are reorganised using the one-compile-per-function scheme which
+	significantly speeds up running of the numerous unit tests
+
 2010-07-06  Dirk Eddelbuettel  <edd at debian.org>
 
 	* src/Date.cpp: Imported mktime() from R (which is due to Arthur Olson)



More information about the Rcpp-commits mailing list