gnu: r-vsn: Update to 3.44.0.

* gnu/packages/bioinformatics.scm (r-vsn):
[source]: Update to 3.44.0,
[propagated-inputs]: Add r-hexbin.
This commit is contained in:
Roel Janssen 2017-04-28 10:51:53 +02:00
parent bd3cc4cc52
commit 60c08b2ff4
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 3 additions and 2 deletions

View File

@ -8540,19 +8540,20 @@ analysis.")
(define-public r-vsn
(package
(name "r-vsn")
(version "3.42.3")
(version "3.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "vsn" version))
(sha256
(base32
"0mgl0azys2g90simf8wx6jdwd7gyg3m4pf12n6w6507jixm2cg97"))))
"0qhg3a4sc62pfdxcpvmk831rk138xh4zx4f1s39jhxpqqhmr7jvk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)
("r-biobase" ,r-biobase)
("r-ggplot2" ,r-ggplot2)
("r-hexbin" ,r-hexbin)
("r-lattice" ,r-lattice)
("r-limma" ,r-limma)))
(home-page "http://bioconductor.org/packages/release/bioc/html/vsn.html")