gnu: r-destiny: Update to 3.14.0.
* gnu/packages/bioconductor.scm (r-destiny): Update to 3.14.0. [native-inputs]: Remove r-nbconvertr.
This commit is contained in:
parent
6fd03125bf
commit
3531182e1e
1 changed files with 3 additions and 4 deletions
|
@ -11154,14 +11154,14 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
||||||
(define-public r-destiny
|
(define-public r-destiny
|
||||||
(package
|
(package
|
||||||
(name "r-destiny")
|
(name "r-destiny")
|
||||||
(version "3.12.0")
|
(version "3.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "destiny" version))
|
(uri (bioconductor-uri "destiny" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rgd723azjrdxv441k96vircqb18w31q0ljhksbdrvcp9qb85r6i"))))
|
"0hc85dq68h7dy5jcflpjj05231ny7na9i4lksfsw89jhmxgzhacd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
@ -11186,8 +11186,7 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-tidyselect
|
r-tidyselect
|
||||||
r-vim))
|
r-vim))
|
||||||
(native-inputs
|
(native-inputs (list r-knitr))
|
||||||
(list r-knitr r-nbconvertr)) ; for vignettes
|
|
||||||
(home-page "https://bioconductor.org/packages/destiny/")
|
(home-page "https://bioconductor.org/packages/destiny/")
|
||||||
(synopsis "Create and plot diffusion maps")
|
(synopsis "Create and plot diffusion maps")
|
||||||
(description "This package provides tools to create and plot diffusion
|
(description "This package provides tools to create and plot diffusion
|
||||||
|
|
Reference in a new issue