guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-mhg.


From: guix-commits
Subject: branch master updated: gnu: Add r-mhg.
Date: Wed, 20 Oct 2021 02:27:19 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f51933a  gnu: Add r-mhg.
f51933a is described below

commit f51933aabcce43b837c06eda7add79df7b133850
Author: Marcel Schilling <marcel.schilling@uni-luebeck.de>
AuthorDate: Wed Oct 20 06:25:13 2021 +0000

    gnu: Add r-mhg.
    
    * gnu/packages/cran.scm (r-mhg): New variable.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 09023a4..135baf6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28879,6 +28879,26 @@ logging to plaintext, JSON, (rotating) files, memory 
buffers, and databases, as
 well as email and push notifications.")
     (license license:expat)))
 
+(define-public r-mhg
+  (package
+    (name "r-mhg")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mHG" version))
+       (sha256
+        (base32
+         "1rz5ncrvvv9h9grls15apa63v2nh9j87fmp4mwjjil37jx6a5zki"))))
+    (properties `((upstream-name . "mHG")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=mHG";)
+    (synopsis "Minimum-hypergeometric test")
+    (description
+     "This package runs a minimum-hypergeometric (mHG) test as described in
+\"Discovering Motifs in Ranked Lists of DNA Sequences\" by Eran Eden.")
+    (license license:gpl2)))
+
 (define-public r-mlr3measures
   (package
     (name "r-mlr3measures")



reply via email to

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