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
parent
3a80f1cfae
commit
43fb14cedc
|
@ -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
|
||||||
|
|
Reference in New Issue