mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocor: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-biocor): Update to 1.32.0. [native-inputs]: Add r-reactome-db and r-spelling. Change-Id: Ibe390c1591f38516906927671ee59a4686654bcd
This commit is contained in:
parent
12271b535d
commit
a1f647461e
1 changed files with 3 additions and 3 deletions
|
@ -24313,20 +24313,20 @@ rownames.")
|
|||
(define-public r-biocor
|
||||
(package
|
||||
(name "r-biocor")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioCor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f282cfs326xj0dib57wqclqj0gnllqxm8zcy0s23qx5kb4jzq08"))))
|
||||
"0kb970wqdj1csgprfr4wdiz90vk1ibqc684kpnhlja8zh0s2p92n"))))
|
||||
(properties `((upstream-name . "BioCor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel r-gseabase r-matrix))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr r-reactome-db r-spelling r-testthat))
|
||||
(home-page "https://llrs.github.io/BioCor/")
|
||||
(synopsis "Functional similarities")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue