gnu: r-sctransform: Update to 0.2.1.
* gnu/packages/cran.scm (r-sctransform): Update to 0.2.1. [propagated-inputs]: Remove r-future.master
parent
550a1e01cc
commit
20622ad131
gnu/packages
|
@ -14909,18 +14909,17 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
|
||||||
(define-public r-sctransform
|
(define-public r-sctransform
|
||||||
(package
|
(package
|
||||||
(name "r-sctransform")
|
(name "r-sctransform")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sctransform" version))
|
(uri (cran-uri "sctransform" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r5kiqqs318q59h2i8m7c6nhghp9w6q26ss2y5a390lkhsawgx6p"))))
|
"07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-future" ,r-future)
|
`(("r-future-apply" ,r-future-apply)
|
||||||
("r-future-apply" ,r-future-apply)
|
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gridextra" ,r-gridextra)
|
("r-gridextra" ,r-gridextra)
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
|
|
Reference in New Issue