gnu: r-cytoml: Add test inputs.

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

Change-Id: I0296cdfbfcb55d830c0840f10e20003e06b23f15
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:58:51 +01:00
parent ed36bba768
commit 91d4df28bb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19636,7 +19636,7 @@ sequential way to mimic the manual gating strategy.")
r-xml
r-yaml))
(native-inputs
(list r-knitr))
(list r-knitr r-testthat))
(home-page "https://github.com/RGLab/CytoML")
(synopsis "GatingML interface for cross platform cytometry data sharing")
(description