diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-20 21:05:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-20 21:26:31 +0100 |
commit | 20622ad131b78f173008fb4e63a9f2a953030736 (patch) | |
tree | 9cac1828a83e43f6122e4266c21949e00923802b /gnu | |
parent | 550a1e01cc314382b0171e954c788bab9bac7ef7 (diff) |
gnu: r-sctransform: Update to 0.2.1.
* gnu/packages/cran.scm (r-sctransform): Update to 0.2.1.
[propagated-inputs]: Remove r-future.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bf659d031e..8466b9e6ae 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14909,18 +14909,17 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.") (define-public r-sctransform (package (name "r-sctransform") - (version "0.2.0") + (version "0.2.1") (source (origin (method url-fetch) (uri (cran-uri "sctransform" version)) (sha256 (base32 - "1r5kiqqs318q59h2i8m7c6nhghp9w6q26ss2y5a390lkhsawgx6p")))) + "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn")))) (build-system r-build-system) (propagated-inputs - `(("r-future" ,r-future) - ("r-future-apply" ,r-future-apply) + `(("r-future-apply" ,r-future-apply) ("r-ggplot2" ,r-ggplot2) ("r-gridextra" ,r-gridextra) ("r-mass" ,r-mass) |