mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: r-summarizedexperiment: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.18.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
46e103a1b5
commit
87c98cf701
1 changed files with 4 additions and 2 deletions
|
@ -8119,13 +8119,13 @@ (define-public r-delayedarray
|
||||||
(define-public r-summarizedexperiment
|
(define-public r-summarizedexperiment
|
||||||
(package
|
(package
|
||||||
(name "r-summarizedexperiment")
|
(name "r-summarizedexperiment")
|
||||||
(version "1.16.1")
|
(version "1.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SummarizedExperiment" version))
|
(uri (bioconductor-uri "SummarizedExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z9bdk49dajafkfvv99nv6zyn6v70iyyy2jgdp5w5z8174a2bnn1"))))
|
"07rc79k5dp0dnf4dvsxif995aa9cgfkf13yf84qnwl64k9pf3c2c"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SummarizedExperiment")))
|
`((upstream-name . "SummarizedExperiment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -8138,6 +8138,8 @@ (define-public r-summarizedexperiment
|
||||||
("r-iranges" ,r-iranges)
|
("r-iranges" ,r-iranges)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-s4vectors" ,r-s4vectors)))
|
("r-s4vectors" ,r-s4vectors)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/SummarizedExperiment")
|
(home-page "https://bioconductor.org/packages/SummarizedExperiment")
|
||||||
(synopsis "Container for representing genomic ranges by sample")
|
(synopsis "Container for representing genomic ranges by sample")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue