mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-multtest: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-multtest): Update to 2.58.0. Change-Id: Ibfc1631dcbc9d0bfb2b89b0f92c34132dbc8f77f
This commit is contained in:
parent
01365740ea
commit
246eac46a8
1 changed files with 3 additions and 3 deletions
|
@ -11810,17 +11810,17 @@ (define-public r-multibac
|
|||
(define-public r-multtest
|
||||
(package
|
||||
(name "r-multtest")
|
||||
(version "2.56.0")
|
||||
(version "2.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "multtest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19c6l8pkyp0m2zdzhr81cnmx5lqf501sap9h6ig5iiv66sf2ysmz"))))
|
||||
"0s8x2rg2xp6awg2cikybgxrxpi9f91jah7dskk5dnfkazd20di4j"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-survival r-biocgenerics r-biobase r-mass))
|
||||
(list r-biobase r-biocgenerics r-mass r-survival))
|
||||
(home-page "https://bioconductor.org/packages/multtest")
|
||||
(synopsis "Resampling-based multiple hypothesis testing")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue