[Rcpp-commits] r966 - pkg/RcppArmadillo

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 3 22:57:23 CEST 2010


Author: romain
Date: 2010-04-03 22:57:23 +0200 (Sat, 03 Apr 2010)
New Revision: 966

Modified:
   pkg/RcppArmadillo/DESCRIPTION
Log:
remove system requirements as we don't require them anymore

Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION	2010-04-03 20:11:43 UTC (rev 965)
+++ pkg/RcppArmadillo/DESCRIPTION	2010-04-03 20:57:23 UTC (rev 966)
@@ -4,7 +4,7 @@
 Version: 0.1.2
 Date: $Date$
 Author: Romain Francois and Dirk Eddelbuettel
-Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
+Maintainer: Dirk Eddelbuettel and Romain Francois <RcppArmadillo-authors at r-enthusiasts.com>
 Description: R and Armadillo integration using Rcpp
  Armadillo is a C++ linear algebra library aiming towards a good balance 
  between speed and ease of use. Integer, floating point and complex 
@@ -26,6 +26,5 @@
 LinkingTo: Rcpp
 LazyLoad: yes
 Depends: Rcpp (>= 0.7.10.2)
-SystemRequirements: Armadillo (>= 0.6.10), Boost
-URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.html
+URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo
 OS_type: unix



More information about the Rcpp-commits mailing list