me
/
guix
Archived
1
0
Fork 0

gnu: r-enrichplot: Update to 1.10.1.

* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.10.1.
[propagated-inputs]: Remove r-annotationdbi, r-europepmc, r-ggplotify,
r-ggridges, and r-gridextra; add r-magrittr and r-shadowtext.
master
Roel Janssen 2020-11-18 16:59:45 +01:00 committed by Ricardo Wurmus
parent b7d1ea7bfa
commit eb3d17eb99
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 9 deletions

View File

@ -3880,32 +3880,29 @@ data.")
(define-public r-enrichplot (define-public r-enrichplot
(package (package
(name "r-enrichplot") (name "r-enrichplot")
(version "1.8.1") (version "1.10.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
"01m3cp717ldfbz5w3yfywvjg6sfjzz7s3vlk7w268lmmcg6g6bz7")))) "0h0455plh8bxnpizgfxij9625ff32rs1a51yzpnrf5hl27xbfkdd"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi) `(("r-cowplot" ,r-cowplot)
("r-cowplot" ,r-cowplot)
("r-dose" ,r-dose) ("r-dose" ,r-dose)
("r-europepmc" ,r-europepmc)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-ggplotify" ,r-ggplotify)
("r-ggraph" ,r-ggraph) ("r-ggraph" ,r-ggraph)
("r-ggridges" ,r-ggridges)
("r-gosemsim" ,r-gosemsim) ("r-gosemsim" ,r-gosemsim)
("r-gridextra" ,r-gridextra)
("r-igraph" ,r-igraph) ("r-igraph" ,r-igraph)
("r-magrittr" ,r-magrittr)
("r-plyr" ,r-plyr) ("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))) ("r-scatterpie" ,r-scatterpie)
("r-shadowtext" ,r-shadowtext)))
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/enrichplot") (home-page "https://github.com/GuangchuangYu/enrichplot")