gnu: r-kegggraph: Add test inputs.

* gnu/packages/bioconductor.scm (r-kegggraph)[arguments]: Disable vignettes.
[native-inputs]: Add r-hgu133plus2-db and r-rbgl.

Change-Id: I7958c35cb0e507b209578c0a5d0a093fc9759e0c
This commit is contained in:
Ricardo Wurmus 2024-11-25 14:13:27 +01:00
parent 31434cf56a
commit 3f428ecb79
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23971,9 +23971,11 @@ (define-public r-kegggraph
(base32 "08xk85p76dbywsxw5w0ckw31m0raar5frkz14qwz4x88ilwhrw25"))))
(properties `((upstream-name . "KEGGgraph")))
(build-system r-build-system)
;; Vignettes require connection to the internet.
(arguments (list #:test-types '(list "tests")))
(propagated-inputs
(list r-graph r-rcurl r-rgraphviz r-xml))
(native-inputs (list r-testthat))
(native-inputs (list r-hgu133plus2-db r-rbgl r-testthat))
(home-page "https://bioconductor.org/packages/KEGGgraph")
(synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")
(description