mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-destiny: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-destiny): Update to 3.18.0. [propagated-inputs]: Add r-rlang. Change-Id: I94f4f6b317b300f3abb91520cfece0791c45bba2
This commit is contained in:
parent
3a80eb8171
commit
f223fd6e70
1 changed files with 3 additions and 2 deletions
|
@ -14360,14 +14360,14 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
||||||
(define-public r-destiny
|
(define-public r-destiny
|
||||||
(package
|
(package
|
||||||
(name "r-destiny")
|
(name "r-destiny")
|
||||||
(version "3.16.0")
|
(version "3.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "destiny" version))
|
(uri (bioconductor-uri "destiny" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06xwyqlsas98lxmd0qw5ysjwbk397kyapd5jq5pzjrynsj4r9xn6"))))
|
"0w7j6xh0gzhahk1r8w2wgnylq5v476jzz0g14yjmszfkzm10va3h"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
@ -14383,6 +14383,7 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcppeigen
|
r-rcppeigen
|
||||||
r-rcpphnsw
|
r-rcpphnsw
|
||||||
|
r-rlang
|
||||||
r-rspectra
|
r-rspectra
|
||||||
r-scales
|
r-scales
|
||||||
r-scatterplot3d
|
r-scatterplot3d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue