mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-variancepartition: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.32.1. [propagated-inputs]: Remove r-doparallel, r-foreach, and r-progress; add r-corpcor and r-fancova. Change-Id: Iccea2f1b1929d23b821142aebe121bc09ff62b44
This commit is contained in:
parent
75cac71be2
commit
3df0e523f2
1 changed files with 4 additions and 5 deletions
|
@ -18498,14 +18498,14 @@ (define-public r-wavetiling
|
||||||
(define-public r-variancepartition
|
(define-public r-variancepartition
|
||||||
(package
|
(package
|
||||||
(name "r-variancepartition")
|
(name "r-variancepartition")
|
||||||
(version "1.30.2")
|
(version "1.32.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "variancePartition" version))
|
(uri (bioconductor-uri "variancePartition" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17jssd327l0miw52iadag2dbk8w4mhv2vwjpzdw89p8gww47bmbv"))))
|
"1pr321hv5q2sl8lc998hkwdl2mfyzcgf2l70ny2m3hfmlclq5lnn"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "variancePartition")))
|
`((upstream-name . "variancePartition")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -18513,8 +18513,8 @@ (define-public r-variancepartition
|
||||||
(list r-aod
|
(list r-aod
|
||||||
r-biobase
|
r-biobase
|
||||||
r-biocparallel
|
r-biocparallel
|
||||||
r-doparallel
|
r-corpcor
|
||||||
r-foreach
|
r-fancova
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-gplots
|
r-gplots
|
||||||
r-iterators
|
r-iterators
|
||||||
|
@ -18524,7 +18524,6 @@ (define-public r-variancepartition
|
||||||
r-mass
|
r-mass
|
||||||
r-matrix
|
r-matrix
|
||||||
r-pbkrtest
|
r-pbkrtest
|
||||||
r-progress
|
|
||||||
r-rdpack
|
r-rdpack
|
||||||
r-remacor
|
r-remacor
|
||||||
r-reshape2
|
r-reshape2
|
||||||
|
|
Loading…
Reference in a new issue