gnu: r-ontologyindex: Update to 2.7.
* gnu/packages/cran.scm (r-ontologyindex): Update to 2.7. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
bd6dc5c100
commit
e3a7a76d77
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user