mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bionero: Update to 1.8.5.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.8.5. [propagated-inputs]: Remove r-ggnewscale and r-networkd3; add r-ggdendro and r-rlang.
This commit is contained in:
parent
cbdaf26d0c
commit
2ef18c24a4
1 changed files with 4 additions and 4 deletions
|
@ -20596,14 +20596,14 @@ using aCGH or sequencing.")
|
||||||
(define-public r-bionero
|
(define-public r-bionero
|
||||||
(package
|
(package
|
||||||
(name "r-bionero")
|
(name "r-bionero")
|
||||||
(version "1.8.0")
|
(version "1.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNERO" version))
|
(uri (bioconductor-uri "BioNERO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0733v4mijf94gn0sbkhiinb3hxlsfqw2l89gx94k88sp3qy2qzvc"))))
|
"0nrvq6cn55qzp66pqssyfxl2wh5dfqndchcv8qgfqajsnz8i35xm"))))
|
||||||
(properties `((upstream-name . "BioNERO")))
|
(properties `((upstream-name . "BioNERO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -20611,8 +20611,8 @@ using aCGH or sequencing.")
|
||||||
r-complexheatmap
|
r-complexheatmap
|
||||||
r-dynamictreecut
|
r-dynamictreecut
|
||||||
r-genie3
|
r-genie3
|
||||||
|
r-ggdendro
|
||||||
r-ggnetwork
|
r-ggnetwork
|
||||||
r-ggnewscale
|
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
r-igraph
|
r-igraph
|
||||||
|
@ -20620,10 +20620,10 @@ using aCGH or sequencing.")
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-minet
|
r-minet
|
||||||
r-netrep
|
r-netrep
|
||||||
r-networkd3
|
|
||||||
r-patchwork
|
r-patchwork
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-reshape2
|
r-reshape2
|
||||||
|
r-rlang
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-sva
|
r-sva
|
||||||
r-wgcna))
|
r-wgcna))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue