me
/
guix
Archived
1
0
Fork 0

gnu: r-quantro: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-quantro): Update to 1.22.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-06-13 00:56:31 +02:00
parent 761c9427bc
commit 70d90ae76d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -4892,14 +4892,14 @@ chips with the MAQC reference datasets.")
(define-public r-quantro (define-public r-quantro
(package (package
(name "r-quantro") (name "r-quantro")
(version "1.20.0") (version "1.22.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "quantro" version)) (uri (bioconductor-uri "quantro" version))
(sha256 (sha256
(base32 (base32
"09f3x1j50ll5hhn3qwys5x06mii3fqsrk6dkvsxai0kdxv9cjz9m")))) "0ap9cl5z79wg44mnagjsk8py3kngb4f0ddnx85cbnwqkvb769zbz"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)
@ -4909,6 +4909,8 @@ chips with the MAQC reference datasets.")
("r-iterators" ,r-iterators) ("r-iterators" ,r-iterators)
("r-minfi" ,r-minfi) ("r-minfi" ,r-minfi)
("r-rcolorbrewer" ,r-rcolorbrewer))) ("r-rcolorbrewer" ,r-rcolorbrewer)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/quantro/") (home-page "https://bioconductor.org/packages/quantro/")
(synopsis "Test for when to use quantile normalization") (synopsis "Test for when to use quantile normalization")
(description (description