mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-pcatools: Add missing inputs.
* gnu/packages/bioconductor.scm (r-pcatools)[native-inputs]: Add r-scran. Change-Id: Ie815aa731b3ef52560315bd040eca42f69f3f890
This commit is contained in:
parent
fd4174e97e
commit
cf61116d55
1 changed files with 1 additions and 1 deletions
|
@ -22350,7 +22350,7 @@ distance measures.")
|
||||||
r-matrix
|
r-matrix
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-reshape2))
|
r-reshape2))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-knitr r-scran r-testthat))
|
||||||
(home-page "https://github.com/kevinblighe/PCAtools")
|
(home-page "https://github.com/kevinblighe/PCAtools")
|
||||||
(synopsis "PCAtools: everything Principal Components Analysis")
|
(synopsis "PCAtools: everything Principal Components Analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue