mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-ica.
* gnu/packages/cran.scm (r-ica): New variable.
This commit is contained in:
parent
8271b8d22a
commit
ae16426007
1 changed files with 20 additions and 0 deletions
|
@ -1642,3 +1642,23 @@ (define-public r-vcd
|
|||
Friendly and is now the main support package for a new book, \"Discrete Data
|
||||
Analysis with R\" by Michael Friendly and David Meyer (2015).")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-ica
|
||||
(package
|
||||
(name "r-ica")
|
||||
(version "1.0-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ica" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bkl4a72l0k6gm82l3jxnib898z20cw17zg81jj39l9dn65rlmcq"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://cran.r-project.org/web/packages/ica/")
|
||||
(synopsis "Independent component analysis")
|
||||
(description "This package provides tools for @dfn{Independent Component
|
||||
Analysis} (ICA) using various algorithms: FastICA,
|
||||
Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
|
||||
of Eigenmatrices} (JADE).")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue