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:
Ricardo Wurmus 2024-11-24 12:10:27 +01:00 committed by Andreas Enge
parent 29b5471658
commit 2a7fcb45c6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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