[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
176/324: gnu: r-clusterexperiment: Update to 2.12.0.
From: |
guix-commits |
Subject: |
176/324: gnu: r-clusterexperiment: Update to 2.12.0. |
Date: |
Sat, 5 Jun 2021 03:15:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2a7532cca8d6a7f8ca519e5429f1f794caac0637
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:58 2021 +0200
gnu: r-clusterexperiment: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.12.0.
[propagated-inputs]: Remove r-rspectra; add r-biocsingular.
---
gnu/packages/bioconductor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2da0551..5ef15bf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7236,19 +7236,20 @@ profiles (GO and KEGG) of gene and gene clusters.")
(define-public r-clusterexperiment
(package
(name "r-clusterexperiment")
- (version "2.10.1")
+ (version "2.12.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "clusterExperiment" version))
(sha256
(base32
- "04n3lcm7dh07sjkzyv83m55mx3lz0lkcy8yq9hi0zywqyrhyzz7z"))))
+ "1fhmayciwn1m124b4dcs3gzbghgk9f7a7qmjnvvxc958cywcwkx5"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(propagated-inputs
`(("r-ape" ,r-ape)
("r-biocgenerics" ,r-biocgenerics)
+ ("r-biocsingular" ,r-biocsingular)
("r-cluster" ,r-cluster)
("r-delayedarray" ,r-delayedarray)
("r-edger" ,r-edger)
@@ -7265,7 +7266,6 @@ profiles (GO and KEGG) of gene and gene clusters.")
("r-pracma" ,r-pracma)
("r-rcolorbrewer" ,r-rcolorbrewer)
("r-rcpp" ,r-rcpp)
- ("r-rspectra" ,r-rspectra)
("r-s4vectors" ,r-s4vectors)
("r-scales" ,r-scales)
("r-singlecellexperiment" ,r-singlecellexperiment)
- 153/324: gnu: r-monocle: Update to 2.20.0., (continued)
- 153/324: gnu: r-monocle: Update to 2.20.0., guix-commits, 2021/06/05
- 154/324: gnu: r-noiseq: Update to 2.36.0., guix-commits, 2021/06/05
- 155/324: gnu: r-scdd: Update to 1.16.0., guix-commits, 2021/06/05
- 160/324: gnu: r-bumphunter: Update to 1.34.0., guix-commits, 2021/06/05
- 164/324: gnu: r-linnorm: Update to 2.16.0., guix-commits, 2021/06/05
- 166/324: gnu: r-tradeseq: Update to 1.6.0., guix-commits, 2021/06/05
- 167/324: gnu: r-varianttools: Update to 1.34.0., guix-commits, 2021/06/05
- 170/324: gnu: r-anota: Update to 1.40.0., guix-commits, 2021/06/05
- 175/324: gnu: r-clusterprofiler: Update to 4.0.0., guix-commits, 2021/06/05
- 174/324: gnu: r-enrichplot: Update to 1.12.0., guix-commits, 2021/06/05
- 176/324: gnu: r-clusterexperiment: Update to 2.12.0.,
guix-commits <=
- 179/324: gnu: r-a4core: Update to 1.40.0., guix-commits, 2021/06/05
- 181/324: gnu: r-a4preproc: Update to 1.40.0., guix-commits, 2021/06/05
- 184/324: gnu: r-a4: Update to 1.40.0., guix-commits, 2021/06/05
- 185/324: gnu: r-abseqr: Update to 1.10.0., guix-commits, 2021/06/05
- 198/324: gnu: r-ebimage: Update to 4.34.0., guix-commits, 2021/06/05
- 191/324: gnu: r-genomicscores: Update to 2.4.0., guix-commits, 2021/06/05
- 188/324: gnu: r-motifdb: Update to 1.34.0., guix-commits, 2021/06/05
- 194/324: gnu: r-abaenrichment: Update to 1.22.0., guix-commits, 2021/06/05
- 193/324: gnu: r-gofuncr: Update to 1.12.0., guix-commits, 2021/06/05
- 200/324: gnu: r-gtrellis: Update to 1.24.0., guix-commits, 2021/06/05