aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/statistics.scm
diff options
context:
space:
mode:
authorPjotr Prins2017-05-10 06:15:30 -0500
committerPjotr Prins2017-05-10 06:15:30 -0500
commit23f52cdcd883856980094b3b52523017a6ec0a4a (patch)
treee673918f0b5c5956adf78a389a62bc599dfd680b /gn/packages/statistics.scm
parentcffa2c9968e21ba1870614c1748b6d7858138534 (diff)
downloadguix-bioinformatics-23f52cdcd883856980094b3b52523017a6ec0a4a.tar.gz
r-rcppeigen is in main
Diffstat (limited to 'gn/packages/statistics.scm')
-rw-r--r--gn/packages/statistics.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gn/packages/statistics.scm b/gn/packages/statistics.scm
index af8f8ef..6704a47 100644
--- a/gn/packages/statistics.scm
+++ b/gn/packages/statistics.scm
@@ -214,32 +214,6 @@
"Contains methods for detection of clusters in hierarchical clustering dendrograms.")
(license license:gpl2+)))
-(define-public r-rcppeigen
-(package
- (name "r-rcppeigen")
- (version "0.3.2.5.1")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "RcppEigen" version))
- (sha256
- (base32
- "1j41kyr2xsq0ha3dhd0iz62kghkvhnf8zp15qb4kgj6www086b4s"))))
- (properties `((upstream-name . "RcppEigen")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-matrix" ,r-matrix)
- ("r-rcpp" ,r-rcpp)
- ;; ("r-stats" ,r-stats)
- ;; ("r-utils" ,r-utils)
- ))
- (home-page "http://eigen.tuxfamily.org")
- (synopsis
- "'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library")
- (description
- "R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. . The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library (currently version 3.2.5). Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. . Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.")
- (license #f)))
-
(define-public r-matrix
(package