gnu: r-sctransform: Update to 0.3.
* gnu/packages/cran.scm (r-sctransform): Update to 0.3. [propagated-inputs]: Add r-future.
This commit is contained in:
parent
4c40cd72e6
commit
6f44e14b0f
1 changed files with 4 additions and 3 deletions
|
|
@ -15748,17 +15748,18 @@ 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.1")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sctransform" version))
|
(uri (cran-uri "sctransform" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
|
"1vyjxzghfvw57pwncvkfg3lbcsqfdsiplh1h4vscxpnd3872nrq3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-future-apply" ,r-future-apply)
|
`(("r-future" ,r-future)
|
||||||
|
("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 a new issue