gnu: r-enrichr: Update to 3.0.

* gnu/packages/cran.scm (r-enrichr): Update to 3.0.
[propagated-inputs]: Add r-ggplot2.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:55:05 +01:00
parent 98dd2d390a
commit 49e2b7e568
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17128,19 +17128,22 @@ (define-public r-dalex
(define-public r-enrichr
(package
(name "r-enrichr")
(version "2.1")
(version "3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "enrichR" version))
(sha256
(base32
"0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
"0i3kfq4fkmx47n61zj5f87iv8ci6gbgy90a7s8dy9zbndzvbgya3"))))
(properties `((upstream-name . "enrichR")))
(build-system r-build-system)
(propagated-inputs
`(("r-httr" ,r-httr)
`(("r-ggplot2" ,r-ggplot2)
("r-httr" ,r-httr)
("r-rjson" ,r-rjson)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/enrichR/")
(synopsis "R Interface to Enrichr database for analyzing gene sets")
(description