diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:32:02 +0100 |
commit | 14e3905c6e5c4a3d4b56b22488e4f8a6ff88f537 (patch) | |
tree | 2a5b6a857792b4f34633faacacd05b953d79c092 /gnu | |
parent | 3fa18b550480ca4b8b3d63e9eef8c4f601a4ff81 (diff) | |
download | guix-14e3905c6e5c4a3d4b56b22488e4f8a6ff88f537.tar.gz |
gnu: r-scater: Update to 1.26.1.
* gnu/packages/bioconductor.scm (r-scater): Update to 1.26.1. [propagated-inputs]: Add r-ggrastr, r-pheatmap, and r-uwot.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d73de67236..cbb9123595 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16217,13 +16217,13 @@ of other packages.") (define-public r-scater (package (name "r-scater") - (version "1.24.0") + (version "1.26.1") (source (origin (method url-fetch) (uri (bioconductor-uri "scater" version)) (sha256 (base32 - "0dqirggw7my5nq4ln9q0ya18ciqplkz9gx318ffias9ag3yii5rw")))) + "1mjnf2y41lvni77g9hyw8qlvlsi5nxv5ha0fnch1kmw9814nycq3")))) (build-system r-build-system) (propagated-inputs (list r-beachmat @@ -16236,8 +16236,10 @@ of other packages.") r-ggbeeswarm r-ggplot2 r-ggrepel + r-ggrastr r-gridextra r-matrix + r-pheatmap r-rcolorbrewer r-rcppml r-rlang @@ -16246,6 +16248,7 @@ of other packages.") r-scuttle r-singlecellexperiment r-summarizedexperiment + r-uwot r-viridis)) (native-inputs (list r-knitr)) |