gnu: r-biomformat: Add test inputs.

* gnu/packages/bioconductor.scm (r-biomformat)[native-inputs]: Add r-testthat.

Change-Id: I6bbf0ad203fc3cdbd823e81031868f916154865a
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:11 +01:00 committed by Andreas Enge
parent 4d979b6c83
commit 8a58ac2ffa
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -24985,7 +24985,7 @@ separate published packages.")
(build-system r-build-system)
(propagated-inputs
(list r-jsonlite r-matrix r-plyr r-rhdf5))
(native-inputs (list r-knitr))
(native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/joey711/biomformat/")
(synopsis "Interface package for the BIOM file format")
(description