[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
313/318: gnu: r-enrichplot: Update to 1.10.1.
From: |
guix-commits |
Subject: |
313/318: gnu: r-enrichplot: Update to 1.10.1. |
Date: |
Fri, 20 Nov 2020 08:41:21 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 4d9a8990b255f58a650ed0e3abf153a7a9ce3ce1
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:59:45 2020 +0100
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.
---
gnu/packages/bioconductor.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1d7d42e..35a246f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3908,32 +3908,29 @@ data.")
(define-public r-enrichplot
(package
(name "r-enrichplot")
- (version "1.10.0")
+ (version "1.10.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "enrichplot" version))
(sha256
(base32
- "1m7xpxclb69jbqgvc6sij1p3pp4pdvva161c03nyhy6lgrnjlqxp"))))
+ "0h0455plh8bxnpizgfxij9625ff32rs1a51yzpnrf5hl27xbfkdd"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)
- ("r-cowplot" ,r-cowplot)
+ `(("r-cowplot" ,r-cowplot)
("r-dose" ,r-dose)
- ("r-europepmc" ,r-europepmc)
("r-ggplot2" ,r-ggplot2)
- ("r-ggplotify" ,r-ggplotify)
("r-ggraph" ,r-ggraph)
- ("r-ggridges" ,r-ggridges)
("r-gosemsim" ,r-gosemsim)
- ("r-gridextra" ,r-gridextra)
("r-igraph" ,r-igraph)
+ ("r-magrittr" ,r-magrittr)
("r-plyr" ,r-plyr)
("r-purrr" ,r-purrr)
("r-rcolorbrewer" ,r-rcolorbrewer)
("r-reshape2" ,r-reshape2)
- ("r-scatterpie" ,r-scatterpie)))
+ ("r-scatterpie" ,r-scatterpie)
+ ("r-shadowtext" ,r-shadowtext)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/enrichplot")
- 293/318: gnu: r-systempiper: Update to 1.24.2., (continued)
- 293/318: gnu: r-systempiper: Update to 1.24.2., guix-commits, 2020/11/20
- 297/318: gnu: r-topgo: Update to 2.42.0., guix-commits, 2020/11/20
- 301/318: gnu: Add r-rcppnumerical., guix-commits, 2020/11/20
- 303/318: gnu: Add r-etrunct., guix-commits, 2020/11/20
- 304/318: gnu: Add r-invgamma., guix-commits, 2020/11/20
- 306/318: gnu: Add r-ashr., guix-commits, 2020/11/20
- 307/318: gnu: Add r-greylistchip., guix-commits, 2020/11/20
- 309/318: gnu: r-chippeakanno: Update to 3.24.1., guix-commits, 2020/11/20
- 310/318: gnu: r-biocneighbors: Update to 1.8.1., guix-commits, 2020/11/20
- 312/318: gnu: Add r-shadowtext., guix-commits, 2020/11/20
- 313/318: gnu: r-enrichplot: Update to 1.10.1.,
guix-commits <=
- 311/318: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/11/20
- 314/318: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/11/20
- 316/318: gnu: r-beachmat: Update to 2.6.1., guix-commits, 2020/11/20
- 305/318: gnu: Add r-mixsqp., guix-commits, 2020/11/20
- 318/318: gnu: r-rhdf5lib: Fix build., guix-commits, 2020/11/20