[Rcpp-commits] r1200 - in pkg: RcppArmadillo RcppExamples RcppGSL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 12 04:43:57 CEST 2010


Author: edd
Date: 2010-05-12 04:43:57 +0200 (Wed, 12 May 2010)
New Revision: 1200

Modified:
   pkg/RcppArmadillo/DESCRIPTION
   pkg/RcppExamples/DESCRIPTION
   pkg/RcppGSL/DESCRIPTION
Log:
all depends on Rcpp (>= 0.8.0)


Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION	2010-05-12 01:34:21 UTC (rev 1199)
+++ pkg/RcppArmadillo/DESCRIPTION	2010-05-12 02:43:57 UTC (rev 1200)
@@ -1,7 +1,7 @@
 Package: RcppArmadillo
 Type: Package
 Title: Rcpp/Armadillo bridge
-Version: 0.1.0.5
+Version: 0.1.0.6
 Date: $Date$
 Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
 Maintainer: Romain, Dirk and Doug <RcppArmadillo-authors at r-enthusiasts.com>
@@ -27,7 +27,7 @@
  capabilities of the Rcpp package for seamless R and C++ integration/
 License: GPL (>= 2)
 LazyLoad: yes
-Depends: R (>= 2.10.0), Rcpp (>= 0.7.12.11)
+Depends: R (>= 2.10.0), Rcpp (>= 0.8.0)
 LinkingTo: Rcpp
 SystemRequirements: GNU make
 URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo

Modified: pkg/RcppExamples/DESCRIPTION
===================================================================
--- pkg/RcppExamples/DESCRIPTION	2010-05-12 01:34:21 UTC (rev 1199)
+++ pkg/RcppExamples/DESCRIPTION	2010-05-12 02:43:57 UTC (rev 1200)
@@ -1,6 +1,6 @@
 Package: RcppExamples
 Title: Examples using Rcpp to interface R and C++ 
-Version: 0.1.0
+Version: 0.1.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, based on code written 
  during 2005 and 2006 by Dominick Samperi 
@@ -8,8 +8,8 @@
 Description: Examples for Seamless R and C++ integration
  The Rcpp package contains a C++ library that facilitates the integration of
  R and C++ in various ways. This package provides examples.
-Depends: R (>= 2.10.0), Rcpp (>= 0.7.11.6)
-Suggests: inline (>= 0.3.4), RUnit 
+Depends: R (>= 2.10.0), Rcpp (>= 0.8.0)
+Suggests: RUnit 
 SystemRequirements: GNU make
 LinkingTo: Rcpp
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp

Modified: pkg/RcppGSL/DESCRIPTION
===================================================================
--- pkg/RcppGSL/DESCRIPTION	2010-05-12 01:34:21 UTC (rev 1199)
+++ pkg/RcppGSL/DESCRIPTION	2010-05-12 02:43:57 UTC (rev 1200)
@@ -1,13 +1,13 @@
 Package: RcppGSL
 Type: Package
 Title: Glue between Rcpp and the GNU GSL
-Version: 0.0.1
+Version: 0.0.2
 Date: 2010-04-04
 Author: Romain Francois and Dirk Eddelbuettel
 Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
 Description: Glue between Rcpp and the GNU GSL
 License: GPL (>=2)
 LazyLoad: yes
-Depends: Rcpp (>= 0.7.12.6)
+Depends: Rcpp (>= 0.8.0)
 LinkingTo: Rcpp
 SystemRequirements: GNU GSL, GNU make



More information about the Rcpp-commits mailing list