[Rcpp-commits] r210 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 23 22:10:11 CET 2009
Author: edd
Date: 2009-12-23 22:10:11 +0100 (Wed, 23 Dec 2009)
New Revision: 210
Modified:
pkg/DESCRIPTION
pkg/inst/ChangeLog
Log:
make it 0.7.0.1 so that we a number of possible increments before hitting 0.7.1; this seems to work with R-Forge as it thinks it sees new versions
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2009-12-23 09:37:11 UTC (rev 209)
+++ pkg/DESCRIPTION 2009-12-23 21:10:11 UTC (rev 210)
@@ -1,9 +1,10 @@
Package: Rcpp
Title: Rcpp R/C++ interface package
-Version: 0.7.1
+Version: 0.7.0.1
Date: $Date$
-Author: Dirk Eddelbuettel with contributions by Simon Urbanek and David Reiss;
- based on code written during 2005 and 2006 by Dominick Samperi
+Author: Dirk Eddelbuettel and Romain Francois, with contributions
+ by Simon Urbanek and David Reiss; based on code written during
+ 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Description: R/C++ interface classes and examples
The Rcpp library maps data types betweeen R and C++, and includes support
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2009-12-23 09:37:11 UTC (rev 209)
+++ pkg/inst/ChangeLog 2009-12-23 21:10:11 UTC (rev 210)
@@ -1,4 +1,5 @@
2009-12-21 Romain Francois <francoisromain at free.fr>
+
* src/RcppSexp.{h,cpp} : support for raw vector added into RcppSexp
* inst/examples/RcppInline/RcppSexpTests.r: examples of raw vector
More information about the Rcpp-commits
mailing list