mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-wrench: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.6.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ff9f179a0c
commit
996f07b591
1 changed files with 4 additions and 2 deletions
|
@ -5093,20 +5093,22 @@ (define-public r-xcms
|
|||
(define-public r-wrench
|
||||
(package
|
||||
(name "r-wrench")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Wrench" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s8d7jn0dk5zk2fhvsd4sgicypz4c41nzf19nqzcwb9bd6asgrwm"))))
|
||||
"05dyk3yvbqrzvinv3ig8ad9wffwr14z715cicsbxwxpv5lq84wx6"))))
|
||||
(properties `((upstream-name . "Wrench")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-limma" ,r-limma)
|
||||
("r-locfit" ,r-locfit)
|
||||
("r-matrixstats" ,r-matrixstats)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/HCBravoLab/Wrench")
|
||||
(synopsis "Wrench normalization for sparse count data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue