mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -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
|
||||
(package
|
||||
(name "r-progeny")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "progeny" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zhr5i5v87akzqjb6wid67nhg2icrw6w0awdy87x848c6c1i6j9y"))))
|
||||
"1rhy2l2yf9ndxlvff8756s6n8qyi42nz7a75lgygj5aqqckkj21b"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
r-decoupler
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
r-ggrepel
|
||||
r-gridextra
|
||||
r-reshape2
|
||||
r-tidyr))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue