rekado pushed a commit to branch master in repository guix. commit c44271445a7bee2b3873743128f7f27ff9a1320f Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Mon Jun 21 17:52:10 2021 +0200
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. --- gnu/packages/bioconductor.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index f218fd1..e8d353f 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)