[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/296: gnu: r-complexheatmap: Update to 2.4.2.
From: |
guix-commits |
Subject: |
79/296: gnu: r-complexheatmap: Update to 2.4.2. |
Date: |
Fri, 12 Jun 2020 19:29:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ca5c92c0c7211278f942e652690b903031668ae5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:29:15 2020 +0200
gnu: r-complexheatmap: Update to 2.4.2.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.2.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioinformatics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f96ee53..6a20a78 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10206,14 +10206,14 @@ provide added flexibility for data combination and
manipulation.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
- (version "2.2.0")
+ (version "2.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
- "1pj6a6rmqckk033pkklk6hr4066rzavamy6w194rfdhind90rk0p"))))
+ "01jxxwxhf9n8baxgja4rb592p5210s4ppd7a5b4xby5aalhzkr0l"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)
@@ -10225,6 +10225,8 @@ provide added flexibility for data combination and
manipulation.")
("r-globaloptions" ,r-globaloptions)
("r-png" ,r-png)
("r-rcolorbrewer" ,r-rcolorbrewer)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page
"https://github.com/jokergoo/ComplexHeatmap")
(synopsis "Making Complex Heatmaps")
- 55/296: gnu: r-tximport: Update to 1.16.1., (continued)
- 55/296: gnu: r-tximport: Update to 1.16.1., guix-commits, 2020/06/12
- 61/296: gnu: r-sva: Update to 3.36.0., guix-commits, 2020/06/12
- 68/296: gnu: r-msnbase: Update to 2.14.2., guix-commits, 2020/06/12
- 74/296: gnu: r-annotationhub: Update to 2.20.0., guix-commits, 2020/06/12
- 50/296: gnu: r-zlibbioc: Update to 1.34.0., guix-commits, 2020/06/12
- 57/296: gnu: r-annotationfilter: Update to 1.12.0., guix-commits, 2020/06/12
- 64/296: gnu: r-affy: Update to 1.66.0., guix-commits, 2020/06/12
- 69/296: gnu: r-msnid: Update to 1.22.0., guix-commits, 2020/06/12
- 70/296: gnu: r-aroma-light: Update to 3.18.0., guix-commits, 2020/06/12
- 75/296: gnu: r-fastseg: Update to 1.34.0., guix-commits, 2020/06/12
- 79/296: gnu: r-complexheatmap: Update to 2.4.2.,
guix-commits <=
- 80/296: gnu: r-dirichletmultinomial: Update to 1.30.0., guix-commits, 2020/06/12
- 84/296: gnu: r-ggbio: Update to 1.36.0., guix-commits, 2020/06/12
- 62/296: gnu: r-protgenerics: Update to 1.20.0., guix-commits, 2020/06/12
- 71/296: gnu: r-deseq: Update to 1.39.0., guix-commits, 2020/06/12
- 67/296: gnu: r-pcamethods: Update to 1.80.0., guix-commits, 2020/06/12
- 72/296: gnu: r-edaseq: Update to 2.22.0., guix-commits, 2020/06/12
- 73/296: gnu: r-interactivedisplaybase: Update to 1.26.3., guix-commits, 2020/06/12
- 76/296: gnu: r-keggrest: Update to 1.28.0., guix-commits, 2020/06/12
- 77/296: gnu: r-gage: Update to 2.37.0., guix-commits, 2020/06/12
- 78/296: gnu: r-genomicfiles: Update to 1.24.0., guix-commits, 2020/06/12