mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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 @@ (define-public r-pcatools
|
|||
r-matrix
|
||||
r-rcpp
|
||||
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")
|
||||
(synopsis "PCAtools: everything Principal Components Analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue