mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-progeny: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.18.0. [propagated-inputs]: Add r-decoupler and r-reshape2.
This commit is contained in:
parent
7ddf44ccaf
commit
fee94f676b
1 changed files with 4 additions and 2 deletions
|
@ -10196,21 +10196,23 @@ (define-public r-rbowtie2
|
||||||
(define-public r-progeny
|
(define-public r-progeny
|
||||||
(package
|
(package
|
||||||
(name "r-progeny")
|
(name "r-progeny")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "progeny" version))
|
(uri (bioconductor-uri "progeny" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zhr5i5v87akzqjb6wid67nhg2icrw6w0awdy87x848c6c1i6j9y"))))
|
"1rhy2l2yf9ndxlvff8756s6n8qyi42nz7a75lgygj5aqqckkj21b"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
r-decoupler
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
r-gridextra
|
r-gridextra
|
||||||
|
r-reshape2
|
||||||
r-tidyr))
|
r-tidyr))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Loading…
Reference in a new issue