gnu: r-kegggraph: Add test inputs.

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

Change-Id: I70437d6a99de574006ebb629fe8ffe0dc5ef721d
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:06 +01:00
parent 3889180bc4
commit ffb2d7bc82
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23884,6 +23884,7 @@ annotation, and functions for GWAS data cleaning and analysis.")
(build-system r-build-system)
(propagated-inputs
(list r-graph r-rcurl r-rgraphviz r-xml))
(native-inputs (list r-testthat))
(home-page "https://bioconductor.org/packages/KEGGgraph")
(synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")
(description