me
/
guix
Archived
1
0
Fork 0

gnu: r-enrichplot: Update to 1.8.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.8.1.
[propagated-inputs]: Add r-plyr and r-scatterpie.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-06-13 00:48:30 +02:00
parent 3a80f1cfae
commit 43fb14cedc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 3 deletions

View File

@ -3771,14 +3771,14 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.6.1") (version "1.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "enrichplot" version)) (uri (bioconductor-uri "enrichplot" version))
(sha256 (sha256
(base32 (base32
"0707f5ll58psh7pr001cmmk5di7dprnbry1cy2mw20vn8p24nf3x")))) "01m3cp717ldfbz5w3yfywvjg6sfjzz7s3vlk7w268lmmcg6g6bz7"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi) `(("r-annotationdbi" ,r-annotationdbi)
@ -3792,9 +3792,13 @@ data.")
("r-gosemsim" ,r-gosemsim) ("r-gosemsim" ,r-gosemsim)
("r-gridextra" ,r-gridextra) ("r-gridextra" ,r-gridextra)
("r-igraph" ,r-igraph) ("r-igraph" ,r-igraph)
("r-plyr" ,r-plyr)
("r-purrr" ,r-purrr) ("r-purrr" ,r-purrr)
("r-rcolorbrewer" ,r-rcolorbrewer) ("r-rcolorbrewer" ,r-rcolorbrewer)
("r-reshape2" ,r-reshape2))) ("r-reshape2" ,r-reshape2)
("r-scatterpie" ,r-scatterpie)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/enrichplot") (home-page "https://github.com/GuangchuangYu/enrichplot")
(synopsis "Visualization of functional enrichment result") (synopsis "Visualization of functional enrichment result")
(description (description