~ruther/guix-local

eec6a55ed49f4f5e7e0301922855cf8429690fbc — Ricardo Wurmus 7 months ago 4812369
gnu: r-gutils: Add missing input and patch for testthat compatibility.

* gnu/packages/bioinformatics.scm (r-gutils)[arguments]: Add phase
'testthat-compatibility.
[native-inputs]: Add r-xvector.

Change-Id: I6178bb62486167445921069e0f40e122f10c838e
1 files changed, 10 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +10 -1
@@ 12754,6 12754,15 @@ sankey, alluvial and sankey bump plots in @code{ggplot2}.")
                  "11ijzy1zyjv2wgxrfcaan7g82jl27skd41hw4s2xh9lijkn8ilwh"))))
      (properties `((upstream-name . "gUtils")))
      (build-system r-build-system)
      (arguments
       (list
        #:phases
        '(modify-phases %standard-phases
           ;; These deprecated procedures have been removed in testthat.
           (add-after 'unpack 'testthat-compatibility
             (lambda _
               (substitute* "tests/testthat/test_rangeops.R"
                 (("is_true\\(\\)") "expect_true")))))))
      (propagated-inputs
       (list r-biocgenerics
             r-data-table


@@ 12763,7 12772,7 @@ sankey, alluvial and sankey bump plots in @code{ggplot2}.")
             r-matrix
             r-s4vectors
             r-stringr))
      (native-inputs (list r-testthat))
      (native-inputs (list r-testthat r-xvector))
      (home-page "https://github.com/mskilab/gUtils")
      (synopsis "Additional capabilities and speed for GenomicRanges operations")
      (description