diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-02-11 00:54:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-02-11 01:03:24 +0100 |
commit | e3a7a76d77e43cb46a87ccb07249360377038615 (patch) | |
tree | 36b0398aff82ae31e1395d73dc75e69298728c43 /gnu/packages/cran.scm | |
parent | bd6dc5c100ab739265a44f38fae3dc5b59009635 (diff) |
gnu: r-ontologyindex: Update to 2.7.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.7.
[native-inputs]: Add r-knitr.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 58b16708d0..01c5c74153 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12283,16 +12283,18 @@ library.") (define-public r-ontologyindex (package (name "r-ontologyindex") - (version "2.5") + (version "2.7") (source (origin (method url-fetch) (uri (cran-uri "ontologyIndex" version)) (sha256 (base32 - "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry")))) + "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k")))) (properties `((upstream-name . "ontologyIndex"))) (build-system r-build-system) + (native-inputs + `(("r-knitr" ,r-knitr))) (home-page "https://cran.r-project.org/web/packages/ontologyIndex") (synopsis "Functions for processing ontologies in R") (description |