From ad6fea1690c2a7ce3e1998e3ab402556be0973e5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 9 Jan 2019 14:58:34 +0100 Subject: gnu: Add r-ontologyindex. * gnu/packages/cran.scm (r-ontologyindex): New variable. --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c11202abf7..d3c22d2350 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+))) -- cgit v1.2.3