mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-variancepartition: Update to 1.36.3.
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.36.3. [native-inputs]: Remove r-rfast; add r-biocgenerics, r-cowplot, and r-devtools. Change-Id: Ia2e06cb8487026924835a4671a5405fd7e1627d4
This commit is contained in:
parent
5a316eddfd
commit
7b15c14008
1 changed files with 8 additions and 3 deletions
|
@ -22426,14 +22426,14 @@ populations, splice site strength, conservation, etc.")
|
|||
(define-public r-variancepartition
|
||||
(package
|
||||
(name "r-variancepartition")
|
||||
(version "1.36.2")
|
||||
(version "1.36.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "variancePartition" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k6xcvwam6rzzj9inrz9qwqarh734ray2hfjzljah653nznnmbdi"))))
|
||||
"1xyki5lrpb5wbmgfn1qvkyc4912jv1wsm98njb5krqvvwff1z8hr"))))
|
||||
(properties
|
||||
`((upstream-name . "variancePartition")))
|
||||
(build-system r-build-system)
|
||||
|
@ -22460,7 +22460,12 @@ populations, splice site strength, conservation, etc.")
|
|||
r-rlang
|
||||
r-scales))
|
||||
(native-inputs
|
||||
(list r-edger r-knitr r-rfast r-runit))
|
||||
(list r-biocgenerics
|
||||
r-cowplot
|
||||
r-devtools
|
||||
r-edger
|
||||
r-knitr
|
||||
r-runit))
|
||||
(home-page "https://bioconductor.org/packages/variancePartition/")
|
||||
(synopsis "Analyze variation in gene expression experiments")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue