mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-enrichplot: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.18.1. [propagated-inputs]: Add r-ggnewscale and r-rlang.
This commit is contained in:
parent
56fe119257
commit
7d70375aa7
1 changed files with 4 additions and 2 deletions
|
@ -10498,20 +10498,21 @@ (define-public r-dose
|
|||
(define-public r-enrichplot
|
||||
(package
|
||||
(name "r-enrichplot")
|
||||
(version "1.16.2")
|
||||
(version "1.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "enrichplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qh7bci3rn6y2fl45izrdb62jcm6j0zxxg4pyp4mvvgjvka5lnss"))))
|
||||
"1x84wlkqisq1x2zniy4mp02zlsp4v85kxbflalmq0pixlkagq0vr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-aplot
|
||||
r-dose
|
||||
r-ggplot2
|
||||
r-ggraph
|
||||
r-ggnewscale
|
||||
r-ggtree
|
||||
r-gosemsim
|
||||
r-igraph
|
||||
|
@ -10520,6 +10521,7 @@ (define-public r-enrichplot
|
|||
r-purrr
|
||||
r-rcolorbrewer
|
||||
r-reshape2
|
||||
r-rlang
|
||||
r-scatterpie
|
||||
r-shadowtext
|
||||
r-yulab-utils))
|
||||
|
|
Loading…
Reference in a new issue