gnu: r-methylkit: Update to 1.10.0.

* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.10.0.
[propagated-inputs]: Add r-mgcv.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:50:24 +02:00
parent b173dbe617
commit 8322c860f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -8988,13 +8988,13 @@ number detection tools.")
(define-public r-methylkit (define-public r-methylkit
(package (package
(name "r-methylkit") (name "r-methylkit")
(version "1.8.1") (version "1.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "methylKit" version)) (uri (bioconductor-uri "methylKit" version))
(sha256 (sha256
(base32 (base32
"1zcfwy7i10aqgnf7r0c41hakb5aai3s3n9y8pc6a98vimz51ly2z")))) "1z687vpi5kwcqpnd6r74c5y72hcsbqlwg0bk95kksgpi81q710qj"))))
(properties `((upstream-name . "methylKit"))) (properties `((upstream-name . "methylKit")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -9008,6 +9008,7 @@ number detection tools.")
("r-kernsmooth" ,r-kernsmooth) ("r-kernsmooth" ,r-kernsmooth)
("r-limma" ,r-limma) ("r-limma" ,r-limma)
("r-mclust" ,r-mclust) ("r-mclust" ,r-mclust)
("r-mgcv" ,r-mgcv)
("r-qvalue" ,r-qvalue) ("r-qvalue" ,r-qvalue)
("r-r-utils" ,r-r-utils) ("r-r-utils" ,r-r-utils)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)