mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
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:
parent
98dd2d390a
commit
49e2b7e568
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue