mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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
|
(define-public r-flames
|
||||||
(package
|
(package
|
||||||
(name "r-flames")
|
(name "r-flames")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "FLAMES" version))
|
(uri (bioconductor-uri "FLAMES" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0937zag0h4bvpapld267s5gz36h8zgjrgvbng9m7czdd8w6064ns"))))
|
(base32 "1fcz0v1vy0q5zmdpawlk4a7fbqd01954p0jby9nbzgbk85hl16mi"))))
|
||||||
(properties `((upstream-name . "FLAMES")))
|
(properties `((upstream-name . "FLAMES")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -18536,6 +18536,7 @@ (define-public r-flames
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-gridextra
|
r-gridextra
|
||||||
r-igraph
|
r-igraph
|
||||||
|
r-iranges
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-matrix
|
r-matrix
|
||||||
|
@ -18553,7 +18554,11 @@ (define-public r-flames
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-stringr
|
r-stringr
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
|
r-testthat
|
||||||
|
r-tibble
|
||||||
r-tidyr
|
r-tidyr
|
||||||
|
r-tidyselect
|
||||||
|
r-txdbmaker
|
||||||
r-withr
|
r-withr
|
||||||
r-zlibbioc))
|
r-zlibbioc))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Loading…
Reference in a new issue