mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-limma: Update to 3.62.2.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.62.2. [properties]: Record updater-extra-native-inputs. Change-Id: I9bb458a24d16b9695fb401a7dca3d5dbd11d18f0
This commit is contained in:
parent
e45ffc2f07
commit
b42608c36f
1 changed files with 7 additions and 3 deletions
|
@ -10659,15 +10659,19 @@ Binomial data via estimation of latent structure in the natural parameter.")
|
||||||
(define-public r-limma
|
(define-public r-limma
|
||||||
(package
|
(package
|
||||||
(name "r-limma")
|
(name "r-limma")
|
||||||
(version "3.62.1")
|
(version "3.62.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "limma" version))
|
(uri (bioconductor-uri "limma" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02744ahl5nbmj5gif20vyqqra2fldv3dskg2m6r1yqi830s0957f"))))
|
"0xdlgzk439b2qv7313ha1968m1z2071adwnmrjiiya0ray861fva"))))
|
||||||
|
(properties
|
||||||
|
'((updater-extra-native-inputs
|
||||||
|
. ("r-go-db" "r-locfit" "r-mass" "r-org-hs-eg-db"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-go-db r-knitr r-locfit r-mass r-org-hs-eg-db))
|
(native-inputs
|
||||||
|
(list r-go-db r-knitr r-locfit r-mass r-org-hs-eg-db))
|
||||||
(propagated-inputs (list r-statmod))
|
(propagated-inputs (list r-statmod))
|
||||||
(home-page "https://bioinf.wehi.edu.au/limma")
|
(home-page "https://bioinf.wehi.edu.au/limma")
|
||||||
(synopsis "Package for linear models for microarray and RNA-seq data")
|
(synopsis "Package for linear models for microarray and RNA-seq data")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue