guix-commits
[Top][All Lists]
Advanced

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

13/20: gnu: Add r-hypergraph.


From: guix-commits
Subject: 13/20: gnu: Add r-hypergraph.
Date: Tue, 17 Dec 2019 14:02:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 75a8bb31859b217e4864c96ecde0019b69c17280
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 17 19:47:42 2019 +0100

    gnu: Add r-hypergraph.
    
    * gnu/packages/bioconductor.scm (r-hypergraph): New variable.
---
 gnu/packages/bioconductor.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4e7bfc5..eeffafc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6706,3 +6706,25 @@ the read count and GC content bias.")
      "This package provides an R interface to libsbml for SBML parsing,
 validating output, provides an S4 SBML DOM, converts SBML to R graph objects.")
     (license license:artistic2.0)))
+
+(define-public r-hypergraph
+  (package
+    (name "r-hypergraph")
+    (version "1.58.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "hypergraph" version))
+       (sha256
+        (base32
+         "1bixmslxy7r987zw1vf4dg72hfi04lf4vj03n7ygym2g8nfhbh7m"))))
+    (properties `((upstream-name . "hypergraph")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-graph" ,r-graph)))
+    (home-page "https://bioconductor.org/packages/hypergraph";)
+    (synopsis "Hypergraph data structures")
+    (description
+     "This package implements some simple capabilities for representing and
+manipulating hypergraphs.")
+    (license license:artistic2.0)))



reply via email to

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