[Rcpp-commits] r1217 - in pkg/Rcpp: . debian inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 13 02:37:27 CEST 2010
Author: edd
Date: 2010-05-13 02:37:26 +0200 (Thu, 13 May 2010)
New Revision: 1217
Modified:
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/NEWS
pkg/Rcpp/debian/changelog
pkg/Rcpp/inst/ChangeLog
Log:
trying again for release 0.8.0, now with additional fixes for R-devel (R 2.12 to be)
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2010-05-12 21:26:30 UTC (rev 1216)
+++ pkg/Rcpp/DESCRIPTION 2010-05-13 00:37:26 UTC (rev 1217)
@@ -44,8 +44,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 220 unit tests provide addtional
- usage examples.
+ Several examples are included, and over 530 unit tests in over 240 unit test
+ functions provide addtional usage examples.
Depends: R (>= 2.10.0), inline (>= 0.3.4)
Suggests: RUnit
SystemRequirements: GNU make
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-05-12 21:26:30 UTC (rev 1216)
+++ pkg/Rcpp/NEWS 2010-05-13 00:37:26 UTC (rev 1217)
@@ -1,4 +1,4 @@
-0.8.0 2010-05-11
+0.8.0 2010-05-12
o All Rcpp headers have been moved to the inst/include directory,
allowing use of 'LinkingTo: Rcpp'. But the Makevars and Makevars.win
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2010-05-12 21:26:30 UTC (rev 1216)
+++ pkg/Rcpp/debian/changelog 2010-05-13 00:37:26 UTC (rev 1217)
@@ -2,7 +2,7 @@
* New release
- -- Dirk Eddelbuettel <edd at debian.org> Tue, 11 May 2010 18:23:43 -0500
+ -- Dirk Eddelbuettel <edd at debian.org> Wed, 12 May 2010 19:32:25 -0500
rcpp (0.7.12-1) unstable; urgency=low
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-05-12 21:26:30 UTC (rev 1216)
+++ pkg/Rcpp/inst/ChangeLog 2010-05-13 00:37:26 UTC (rev 1217)
@@ -1,4 +1,4 @@
-2010-05-11 Dirk Eddelbuettel <edd at debian.org>
+2010-05-12 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.8.0
More information about the Rcpp-commits
mailing list