~ruther/guix-local

84a7c600679829db396be6e3568595fe926793ef — Ricardo Wurmus 1 year, 2 months ago b76dd06
gnu: r-kegggraph: Update to 1.68.0.

* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.68.0.
[native-inputs]: Add r-biomart, r-org-hs-eg-db, and r-rcolorbrewer.

Change-Id: I318b307f4b74dc33e1ed740bdbdf6676c06e26e4
1 files changed, 8 insertions(+), 3 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +8 -3
@@ 26589,20 26589,25 @@ annotation, and functions for GWAS data cleaning and analysis.")
(define-public r-kegggraph
  (package
    (name "r-kegggraph")
    (version "1.66.0")
    (version "1.68.0")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "KEGGgraph" version))
       (sha256
        (base32 "08xk85p76dbywsxw5w0ckw31m0raar5frkz14qwz4x88ilwhrw25"))))
        (base32 "0cz2knpjhkq5b762gp4ahygd123ipdn1dlb4dkndd8n94gmfplyy"))))
    (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-hgu133plus2-db r-rbgl r-testthat))
    (native-inputs (list r-biomart
                         r-hgu133plus2-db
                         r-org-hs-eg-db
                         r-rbgl
                         r-rcolorbrewer
                         r-testthat))
    (home-page "https://bioconductor.org/packages/KEGGgraph")
    (synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")
    (description