mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-anndatar: Add test inputs.
* gnu/packages/bioinformatics.scm (r-anndatar)[native-inputs]: Add r-rhdf5, r-seuratobject, r-singlecellexperiment, and r-testthat. Change-Id: I233a1f7216241b5d9d8301e07acdf811edb24a28
This commit is contained in:
parent
29b5471658
commit
2a7fcb45c6
1 changed files with 6 additions and 1 deletions
|
@ -743,7 +743,12 @@ (define-public r-anndatar
|
|||
(properties `((upstream-name . "anndataR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-r6))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs
|
||||
(list r-knitr
|
||||
r-rhdf5
|
||||
r-seuratobject
|
||||
r-singlecellexperiment
|
||||
r-testthat))
|
||||
(home-page "https://github.com/scverse/anndataR")
|
||||
(synopsis "AnnData interoperability in R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue