summary refs log tree commit diff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-10-05 22:44:20 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-10-06 00:34:59 +0200
commit6f44e14b0f4f1bfc9f548c2d78eb9b0f85779e22 (patch)
tree0f83bbc2686096fda198d2f2f620100c57389132 /gnu/packages/cran.scm
parent4c40cd72e6f82987182514c5a83990e75ca15553 (diff)
downloadguix-6f44e14b0f4f1bfc9f548c2d78eb9b0f85779e22.tar.gz
gnu: r-sctransform: Update to 0.3.
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.
[propagated-inputs]: Add r-future.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce8d74a3e6..4884c6d242 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15748,17 +15748,18 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
 (define-public r-sctransform
   (package
     (name "r-sctransform")
-    (version "0.2.1")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sctransform" version))
        (sha256
         (base32
-         "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
+         "1vyjxzghfvw57pwncvkfg3lbcsqfdsiplh1h4vscxpnd3872nrq3"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-future-apply" ,r-future-apply)
+     `(("r-future" ,r-future)
+       ("r-future-apply" ,r-future-apply)
        ("r-ggplot2" ,r-ggplot2)
        ("r-gridextra" ,r-gridextra)
        ("r-mass" ,r-mass)