me
/
guix
Archived
1
0
Fork 0

gnu: r-ontologyindex: Update to 2.7.

* gnu/packages/cran.scm (r-ontologyindex): Update to 2.7.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2021-02-11 00:54:30 +01:00
parent bd6dc5c100
commit e3a7a76d77
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -12283,16 +12283,18 @@ library.")
(define-public r-ontologyindex (define-public r-ontologyindex
(package (package
(name "r-ontologyindex") (name "r-ontologyindex")
(version "2.5") (version "2.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ontologyIndex" version)) (uri (cran-uri "ontologyIndex" version))
(sha256 (sha256
(base32 (base32
"127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry")))) "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
(properties `((upstream-name . "ontologyIndex"))) (properties `((upstream-name . "ontologyIndex")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/ontologyIndex") (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
(synopsis "Functions for processing ontologies in R") (synopsis "Functions for processing ontologies in R")
(description (description