[Rcpp-commits] r3080 - pkg/RcppEigen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 15 21:01:44 CEST 2011


Author: dmbates
Date: 2011-06-15 21:01:43 +0200 (Wed, 15 Jun 2011)
New Revision: 3080

Modified:
   pkg/RcppEigen/DESCRIPTION
Log:
Remove Conrad's text about Armadillo, as suggested by Dirk


Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION	2011-06-15 18:19:04 UTC (rev 3079)
+++ pkg/RcppEigen/DESCRIPTION	2011-06-15 19:01:43 UTC (rev 3080)
@@ -3,8 +3,8 @@
 Title: Rcpp integration for the Eigen templated linear algebra library.
 Version: 0.1.1
 Date: 2011-06-14
-Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
-Maintainer: Romain Francois, Dirk Eddelbuettel and Doug Bates <RcppArmadillo-authors at r-enthusiasts.com>
+Author: Romain Francois, Dirk Eddelbuettel and Douglas Bates
+Maintainer: Romain Francois, Dirk Eddelbuettel and Douglas Bates <RcppArmadillo-authors at r-enthusiasts.com>
 Description: R and Eigen integration using Rcpp
  Eigen is a C++ linear template library for linear algebra: matrices,
  vectors, numerical solvers and related algorithms.  It supports dense
@@ -12,10 +12,6 @@
  The performance on many algorithms is comparable with some of the
  best implementations based on Lapack and level-3 BLAS.
  .
- This library is useful if C++ has been decided as the language of
- choice for linear algebra (due to speed and/or integration
- capabilities), rather than another language.
- .
  The RcppEigen package includes the header files from the Eigen C++
  template library (currently version 3.0.1). Thus users do not need to
  install Eigen itself in order to use RcppEigen.



More information about the Rcpp-commits mailing list