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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 22 10:44:47 CEST 2010


Author: romain
Date: 2010-04-22 10:44:46 +0200 (Thu, 22 Apr 2010)
New Revision: 1105

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/RcppArmadillo/DESCRIPTION
   pkg/RcppExamples/DESCRIPTION
   pkg/RcppGSL/DESCRIPTION
Log:
SystemRequirements: GNU make

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-04-22 08:42:22 UTC (rev 1104)
+++ pkg/Rcpp/DESCRIPTION	2010-04-22 08:44:46 UTC (rev 1105)
@@ -48,6 +48,6 @@
  usage examples.
 Depends: R (>= 2.10.0)
 Suggests: inline (>= 0.3.4), RUnit 
-SystemRequirements: None
+SystemRequirements: GNU make
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
 License: GPL (>= 2)

Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION	2010-04-22 08:42:22 UTC (rev 1104)
+++ pkg/RcppArmadillo/DESCRIPTION	2010-04-22 08:44:46 UTC (rev 1105)
@@ -26,4 +26,5 @@
 LazyLoad: yes
 Depends: Rcpp (>= 0.7.12.6)
 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-04-22 08:42:22 UTC (rev 1104)
+++ pkg/RcppExamples/DESCRIPTION	2010-04-22 08:44:46 UTC (rev 1105)
@@ -10,7 +10,7 @@
  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 
-SystemRequirements: None
+SystemRequirements: GNU make
 LinkingTo: Rcpp
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
 License: GPL (>= 2)

Modified: pkg/RcppGSL/DESCRIPTION
===================================================================
--- pkg/RcppGSL/DESCRIPTION	2010-04-22 08:42:22 UTC (rev 1104)
+++ pkg/RcppGSL/DESCRIPTION	2010-04-22 08:44:46 UTC (rev 1105)
@@ -10,4 +10,4 @@
 LazyLoad: yes
 Depends: Rcpp (>= 0.7.12.6)
 LinkingTo: Rcpp
-SystemRequirements: GNU GSL
+SystemRequirements: GNU GSL, GNU make



More information about the Rcpp-commits mailing list