mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ihw: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-ihw): Update to 1.16.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
0653b8b082
commit
359a084aa3
1 changed files with 4 additions and 2 deletions
|
@ -2769,14 +2769,14 @@ (define-public r-lpsymphony
|
|||
(define-public r-ihw
|
||||
(package
|
||||
(name "r-ihw")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "IHW" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rnw7r9pylpj3a5graavcpiqv2v67rv2a4dlcynkf4ihpxs4bg8x"))))
|
||||
"169ir0k1gygdh1wybwa0drdxnhrdrlyzzy0rkygi7jsirn69m74j"))))
|
||||
(properties `((upstream-name . "IHW")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -2784,6 +2784,8 @@ (define-public r-ihw
|
|||
("r-fdrtool" ,r-fdrtool)
|
||||
("r-lpsymphony" ,r-lpsymphony)
|
||||
("r-slam" ,r-slam)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/IHW")
|
||||
(synopsis "Independent hypothesis weighting")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue