gnu: r-bionero: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.4.2. [propagated-inputs]: Remove r-deseq2 and r-ggpubr; add r-ggrepel and r-patchwork.master
parent
202fd44ca0
commit
94693d1980
|
@ -16475,32 +16475,32 @@ using aCGH or sequencing.")
|
||||||
(define-public r-bionero
|
(define-public r-bionero
|
||||||
(package
|
(package
|
||||||
(name "r-bionero")
|
(name "r-bionero")
|
||||||
(version "1.4.0")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNERO" version))
|
(uri (bioconductor-uri "BioNERO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nyzjbl0gcwvbj2nxfwykirikf8j3rsx5ny45bqjbcb4r23k65kj"))))
|
"0dsznfnhidbmf52rv8l26f1ms2k9yy4q4c6cf3x8ylc79c1sjrcp"))))
|
||||||
(properties `((upstream-name . "BioNERO")))
|
(properties `((upstream-name . "BioNERO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocparallel
|
(list r-biocparallel
|
||||||
r-complexheatmap
|
r-complexheatmap
|
||||||
r-deseq2
|
|
||||||
r-dynamictreecut
|
r-dynamictreecut
|
||||||
r-genie3
|
r-genie3
|
||||||
r-ggnetwork
|
r-ggnetwork
|
||||||
r-ggnewscale
|
r-ggnewscale
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggpubr
|
r-ggrepel
|
||||||
r-igraph
|
r-igraph
|
||||||
r-intergraph
|
r-intergraph
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-minet
|
r-minet
|
||||||
r-netrep
|
r-netrep
|
||||||
r-networkd3
|
r-networkd3
|
||||||
|
r-patchwork
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-reshape2
|
r-reshape2
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
|
|
Reference in New Issue