me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-05-07 13:06:46 +02:00
parent 3a80eb8171
commit f223fd6e70
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -14360,14 +14360,14 @@ possible, parallelization is achieved using the BiocParallel framework.")
(define-public r-destiny
(package
(name "r-destiny")
(version "3.16.0")
(version "3.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "destiny" version))
(sha256
(base32
"06xwyqlsas98lxmd0qw5ysjwbk397kyapd5jq5pzjrynsj4r9xn6"))))
"0w7j6xh0gzhahk1r8w2wgnylq5v476jzz0g14yjmszfkzm10va3h"))))
(build-system r-build-system)
(propagated-inputs
(list r-biobase
@ -14383,6 +14383,7 @@ possible, parallelization is achieved using the BiocParallel framework.")
r-rcpp
r-rcppeigen
r-rcpphnsw
r-rlang
r-rspectra
r-scales
r-scatterplot3d