~ruther/guix-local

7373b4167a657d0d21a3716145ca02fc23d74e3d — Ricardo Wurmus 8 years ago a40a04f
gnu: r-bioccheck: Update to 1.14.0.

* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.14.0.
[native-inputs]: Remove which.
[propagated-inputs]: Add r-stringdist.
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -5
@@ 6493,13 6493,13 @@ functionality.")
(define-public r-bioccheck
  (package
    (name "r-bioccheck")
    (version "1.12.0")
    (version "1.14.0")
    (source (origin
              (method url-fetch)
              (uri (bioconductor-uri "BiocCheck" version))
              (sha256
               (base32
                "01zkw5hggzvn0wj4msac71k1mknq4h2inn1c2hwqgw4cy1675wl0"))))
                "1nzp8kgw13z9pgf885rplj6k37jcldfhbz0adqclxr2gq0yalmyx"))))
    (properties
     `((upstream-name . "BiocCheck")))
    (build-system r-build-system)


@@ 6522,15 6522,14 @@ functionality.")
               (symlink (string-append script-dir "/BiocCheck")
                        (string-append dest-dir "/BiocCheck")))
             #t)))))
    (native-inputs
     `(("which" ,which)))
    (propagated-inputs
     `(("r-codetools" ,r-codetools)
       ("r-graph" ,r-graph)
       ("r-httr" ,r-httr)
       ("r-optparse" ,r-optparse)
       ("r-biocinstaller" ,r-biocinstaller)
       ("r-biocviews" ,r-biocviews)))
       ("r-biocviews" ,r-biocviews)
       ("r-stringdist" ,r-stringdist)))
    (home-page "https://bioconductor.org/packages/BiocCheck")
    (synopsis "Executes Bioconductor-specific package checks")
    (description "This package contains tools to perform additional quality