[Rcpp-commits] r523 - in pkg: . debian inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 30 21:54:27 CET 2010
Author: edd
Date: 2010-01-30 21:54:27 +0100 (Sat, 30 Jan 2010)
New Revision: 523
Modified:
pkg/DESCRIPTION
pkg/debian/changelog
pkg/debian/control
pkg/debian/r-cran-rcpp.lintian-overrides
pkg/inst/ChangeLog
Log:
release 0.7.4 marked in DESCRIPTION
small enhancement to Description: in file DESCRIPTION
updates to debian/* files for 0.7.4
updates in inst/ChangeLog
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2010-01-30 20:32:41 UTC (rev 522)
+++ pkg/DESCRIPTION 2010-01-30 20:54:27 UTC (rev 523)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Rcpp R/C++ interface package
-Version: 0.7.3.6
+Version: 0.7.4
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Simon Urbanek and David Reiss; based on code written during
@@ -10,14 +10,15 @@
The Rcpp library maps data types betweeen R and C++, and includes support
for R types real, integer, character, vector, matrix, Date, datetime (i.e.
POSIXct) at microsecond resolution, data frame, and function. Transfer to and
- from simple SEXP objects is particular easy. Calling R functions from C++ is
- also supported.
+ from simple or complex SEXP objects is made easy thanks to automatic
+ conversion made possible by C++ template conversion. Calling R functions
+ from C++ is also supported.
.
C++ code can be 'inlined' by using the 'inline' package which will create a
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 100 unit tests provide addtional
+ Several examples are included, and over 150 unit tests provide addtional
usage examples.
Depends: R (>= 2.0.0)
Suggests: inline (>= 0.3.4), RUnit
Modified: pkg/debian/changelog
===================================================================
--- pkg/debian/changelog 2010-01-30 20:32:41 UTC (rev 522)
+++ pkg/debian/changelog 2010-01-30 20:54:27 UTC (rev 523)
@@ -1,3 +1,9 @@
+rcpp (0.7.4-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Sat, 30 Jan 2010 14:36:24 -0600
+
rcpp (0.7.3-1) unstable; urgency=low
* New release
Modified: pkg/debian/control
===================================================================
--- pkg/debian/control 2010-01-30 20:32:41 UTC (rev 522)
+++ pkg/debian/control 2010-01-30 20:54:27 UTC (rev 523)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Build-Depends: debhelper (>= 5.0.0), r-base-dev (>= 2.10.1), cdbs
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
Package: r-cran-rcpp
Modified: pkg/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/debian/r-cran-rcpp.lintian-overrides 2010-01-30 20:32:41 UTC (rev 522)
+++ pkg/debian/r-cran-rcpp.lintian-overrides 2010-01-30 20:54:27 UTC (rev 523)
@@ -25,4 +25,13 @@
r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.as.R
r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.wrap.R
r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/discovery/cxx0x.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppDate.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppDatetime.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppMatrix.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppMatrixView.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppParams.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppResultSet.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppVector.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.RcppVectorView.R
+r-cran-rcpp: script-not-executable ./usr/lib/R/site-library/Rcpp/unitTests/runit.clone.R
r-cran-rcpp: script-uses-bin-env ./usr/lib/R/site-library/Rcpp/discovery/cxx0x.R
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-30 20:32:41 UTC (rev 522)
+++ pkg/inst/ChangeLog 2010-01-30 20:54:27 UTC (rev 523)
@@ -1,5 +1,9 @@
2010-01-30 Dirk Eddelbuettel <edd at debian.org>
+ * DESCRIPTION: Release 0.7.4
+
+ * debian/*: Similarly updated for new release to Debian
+
* inst/unitTests/runit.RcppMatrix.R: also test STL return
* inst/unitTests/runit.RcppVector.R: added
More information about the Rcpp-commits
mailing list