mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-flames: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-flames): Update to 1.10.0. [propagated-inputs]: Add r-iranges, r-testthat, r-tibble, r-tidyselect, and r-txdbmaker. Change-Id: I8cdc5c4370249f98079ffa83f16320f6f07f4650
This commit is contained in:
parent
4c63bceb85
commit
2cdd8e24bf
1 changed files with 7 additions and 2 deletions
|
@ -18498,13 +18498,13 @@ (define-public r-rsubread
|
|||
(define-public r-flames
|
||||
(package
|
||||
(name "r-flames")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "FLAMES" version))
|
||||
(sha256
|
||||
(base32 "0937zag0h4bvpapld267s5gz36h8zgjrgvbng9m7czdd8w6064ns"))))
|
||||
(base32 "1fcz0v1vy0q5zmdpawlk4a7fbqd01954p0jby9nbzgbk85hl16mi"))))
|
||||
(properties `((upstream-name . "FLAMES")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -18536,6 +18536,7 @@ (define-public r-flames
|
|||
r-ggplot2
|
||||
r-gridextra
|
||||
r-igraph
|
||||
r-iranges
|
||||
r-jsonlite
|
||||
r-magrittr
|
||||
r-matrix
|
||||
|
@ -18553,7 +18554,11 @@ (define-public r-flames
|
|||
r-singlecellexperiment
|
||||
r-stringr
|
||||
r-summarizedexperiment
|
||||
r-testthat
|
||||
r-tibble
|
||||
r-tidyr
|
||||
r-tidyselect
|
||||
r-txdbmaker
|
||||
r-withr
|
||||
r-zlibbioc))
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue