diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-21 17:52:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-21 17:53:26 +0200 |
commit | c44271445a7bee2b3873743128f7f27ff9a1320f (patch) | |
tree | 9ce002f56cc4f979515c459b73d8f0782d0c1a57 | |
parent | 7209beb694401a0a180c43e11f1d7efd9807aafc (diff) | |
download | guix-c44271445a7bee2b3873743128f7f27ff9a1320f.tar.gz |
gnu: r-monocle3: Update to 1.0.0.
* gnu/packages/bioconductor.scm (r-monocle3): Update to 1.0.0. [propagated-inputs]: Add r-batchelor, r-leidenbase, and r-rsample.
-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 f218fd1285..e8d353f49a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6408,7 +6408,7 @@ several functions from the R igraph package.") (define-public r-monocle3 (package (name "r-monocle3") - (version "0.1.2") + (version "1.0.0") (source (origin (method git-fetch) @@ -6418,10 +6418,11 @@ several functions from the R igraph package.") (file-name (git-file-name name version)) (sha256 (base32 - "1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls")))) + "16vpvlbms8fdvpfwzcig0rkg2mxnsq1h80d2l7q3953wm91qc9x4")))) (build-system r-build-system) (propagated-inputs `(("r-assertthat" ,r-assertthat) + ("r-batchelor" ,r-batchelor) ("r-biobase" ,r-biobase) ("r-biocgenerics" ,r-biocgenerics) ("r-delayedmatrixstats" ,r-delayedmatrixstats) @@ -6432,6 +6433,7 @@ several functions from the R igraph package.") ("r-htmlwidgets" ,r-htmlwidgets) ("r-igraph" ,r-igraph) ("r-irlba" ,r-irlba) + ("r-leidenbase" ,r-leidenbase) ("r-limma" ,r-limma) ("r-lmtest" ,r-lmtest) ("r-mass" ,r-mass) @@ -6451,6 +6453,7 @@ several functions from the R igraph package.") ("r-reshape2" ,r-reshape2) ("r-reticulate" ,r-reticulate) ("r-rhpcblasctl" ,r-rhpcblasctl) + ("r-rsample" ,r-rsample) ("r-rtsne" ,r-rtsne) ("r-shiny" ,r-shiny) ("r-slam" ,r-slam) |