me
/
guix
Archived
1
0
Fork 0

gnu: r-qvalue: Update to 2.20.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.20.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-06-13 00:11:57 +02:00
parent ace82f805f
commit f9a247590e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -1573,18 +1573,20 @@ Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
(define-public r-qvalue (define-public r-qvalue
(package (package
(name "r-qvalue") (name "r-qvalue")
(version "2.18.0") (version "2.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "qvalue" version)) (uri (bioconductor-uri "qvalue" version))
(sha256 (sha256
(base32 (base32
"0njnidyncm3g3712mnp77cs4kghn596ss1pz6fhp1cr0wxcayp6j")))) "1hndmdr9niagbr4ry0vbhffvjzjg9im27kdbn0sa774k6r5b4z3f"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)
("r-reshape2" ,r-reshape2))) ("r-reshape2" ,r-reshape2)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "http://github.com/jdstorey/qvalue") (home-page "http://github.com/jdstorey/qvalue")
(synopsis "Q-value estimation for false discovery rate control") (synopsis "Q-value estimation for false discovery rate control")
(description (description