mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
593a3e6c0b
commit
8fa6b9673f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue