mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-destiny: Add missing input.
* gnu/packages/bioconductor.scm (r-destiny)[native-inputs]: Add r-nbconvertr.
This commit is contained in:
parent
506cbeabaa
commit
3f782a6d95
1 changed files with 2 additions and 0 deletions
|
@ -2313,6 +2313,8 @@ possible, parallelization is achieved using the BiocParallel framework.")
|
||||||
("r-tidyr" ,r-tidyr)
|
("r-tidyr" ,r-tidyr)
|
||||||
("r-tidyselect" ,r-tidyselect)
|
("r-tidyselect" ,r-tidyselect)
|
||||||
("r-vim" ,r-vim)))
|
("r-vim" ,r-vim)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-nbconvertr" ,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue