guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/16: gnu: Add r-jade.


From: guix-commits
Subject: 03/16: gnu: Add r-jade.
Date: Thu, 30 Mar 2023 08:28:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4526e15cfd88a84c492ed664e170fb4b1bb6e461
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 13:19:58 2023 +0200

    gnu: Add r-jade.
    
    * gnu/packages/cran.scm (r-jade): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c1786b7848..0adf8d8619 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3275,6 +3275,29 @@ re-imagining of @code{httr} that uses a pipe-based 
interface and solves more
 of the problems that API wrapping packages face.")
     (license license:expat)))
 
+(define-public r-jade
+  (package
+    (name "r-jade")
+    (version "2.0-3")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "JADE" version))
+              (sha256
+               (base32
+                "1fj2wawx5ac1fvlp28naqha0i17f1sb47j2qqzgccvx17ycqmmjn"))))
+    (properties `((upstream-name . "JADE")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-clue))
+    (home-page "https://cran.r-project.org/package=JADE";)
+    (synopsis "Blind source separation methods")
+    (description
+     "In this package Cardoso's JADE algorithm as well as his functions for
+joint diagonalization are ported to R.  Also several other @dfn{blind source
+separation} (BSS) methods, like AMUSE and SOBI, and some criteria for
+performance evaluation of BSS algorithms, are given.  The package is described
+in Miettinen, Nordhausen and Taskinen (2017) <doi:10.18637/jss.v076.i02>.")
+    (license license:gpl2+)))
+
 (define-public r-jsonify
   (package
     (name "r-jsonify")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]