guix-commits
[Top][All Lists]
Advanced

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

22/41: gnu: Add r-ontologyindex.


From: guix-commits
Subject: 22/41: gnu: Add r-ontologyindex.
Date: Wed, 9 Jan 2019 09:44:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ad6fea1690c2a7ce3e1998e3ab402556be0973e5
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:58:34 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c11202a..d3c22d2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9382,3 +9382,23 @@ other manipulations of bitmapped images.")
      "This package provides JSON parsing capability through the Rapidjson
 library.")
     (license license:expat)))
+
+(define-public r-ontologyindex
+  (package
+    (name "r-ontologyindex")
+    (version "2.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ontologyIndex" version))
+       (sha256
+        (base32
+         "168m4jdwbzv8lpimx9063306691hnfdjmdhb5y8195d9vcq049jr"))))
+    (properties `((upstream-name . "ontologyIndex")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/ontologyIndex";)
+    (synopsis "Functions for processing ontologies in R")
+    (description
+     "This package provides functions for reading ontologies into R as lists
+and manipulating sets of ontological terms.")
+    (license license:gpl2+)))



reply via email to

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