[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
299/318: gnu: r-complexheatmap: Update to 2.6.2.
From: |
guix-commits |
Subject: |
299/318: gnu: r-complexheatmap: Update to 2.6.2. |
Date: |
Fri, 20 Nov 2020 08:41:16 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 58e2a910cc46cc8ceecfa20643f019b4fe985246
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:15:14 2020 +0100
gnu: r-complexheatmap: Update to 2.6.2.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.6.2;
[propagated-inputs]: Add r-cairo, r-digest, r-iranges, r-matrixstats, and
r-s4vectors.
---
gnu/packages/bioinformatics.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d0a73db..3fc64b9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10119,25 +10119,30 @@ provide added flexibility for data combination and
manipulation.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
- (version "2.6.0")
+ (version "2.6.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
- "0rmiwh4cr4m5p21cw8ym0j230qngda0g677mqwqkmmf8hlyqwbcd"))))
+ "1nx1xxpq8zrvi990v9fmvx3msl85pdz5dp1gp6m78q6i4s2alg5x"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)
(propagated-inputs
- `(("r-circlize" ,r-circlize)
+ `(("r-cairo" ,r-cairo)
+ ("r-circlize" ,r-circlize)
("r-clue" ,r-clue)
("r-colorspace" ,r-colorspace)
+ ("r-digest" ,r-digest)
("r-getoptlong" ,r-getoptlong)
("r-globaloptions" ,r-globaloptions)
+ ("r-iranges" ,r-iranges)
+ ("r-matrixstats" ,r-matrixstats)
("r-png" ,r-png)
- ("r-rcolorbrewer" ,r-rcolorbrewer)))
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-s4vectors" ,r-s4vectors)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page
- 276/318: gnu: r-dirichletmultinomial: Update to 1.32.0., (continued)
- 276/318: gnu: r-dirichletmultinomial: Update to 1.32.0., guix-commits, 2020/11/20
- 283/318: gnu: r-erma: Update to 1.6.0., guix-commits, 2020/11/20
- 284/318: gnu: r-ldblock: Update to 1.20.0., guix-commits, 2020/11/20
- 289/318: import: cran: Update the Bioconductor version to 3.12., guix-commits, 2020/11/20
- 290/318: gnu: Add r-ggalluvial., guix-commits, 2020/11/20
- 291/318: gnu: Add r-matrixgenerics., guix-commits, 2020/11/20
- 292/318: gnu: r-delayedarray: Fix build., guix-commits, 2020/11/20
- 294/318: gnu: r-hpar: Update to 1.32.1., guix-commits, 2020/11/20
- 296/318: gnu: r-genomicfeatures: Update to 1.42.1., guix-commits, 2020/11/20
- 298/318: gnu: r-mutationalpatterns: Update to 3.0.1., guix-commits, 2020/11/20
- 299/318: gnu: r-complexheatmap: Update to 2.6.2.,
guix-commits <=
- 145/318: gnu: r-cytoml: Update to 2.2.0., guix-commits, 2020/11/20
- 148/318: gnu: r-depecher: Update to 1.6.0., guix-commits, 2020/11/20
- 156/318: gnu: r-seqbias: Update to 1.38.0., guix-commits, 2020/11/20
- 157/318: gnu: r-reqon: Update to 1.36.0., guix-commits, 2020/11/20
- 158/318: gnu: r-wavcluster: Update to 2.24.0., guix-commits, 2020/11/20
- 164/318: gnu: r-bgmix: Update to 1.50.0., guix-commits, 2020/11/20
- 166/318: gnu: r-bhc: Update to 1.42.0., guix-commits, 2020/11/20
- 174/318: gnu: r-bigpint: Update to 1.6.0., guix-commits, 2020/11/20
- 175/318: gnu: r-chemminer: Update to 3.42.0., guix-commits, 2020/11/20
- 186/318: gnu: r-biocor: Update to 1.14.0., guix-commits, 2020/11/20