~ruther/guix-local

0b8a12d2b265863f1033a97c7c455d739c3e7ee5 — Ricardo Wurmus 3 months ago 1ec0fb5
gnu: r-ggmosaic: Make compatible with latest ggplot2.

* gnu/packages/cran.scm (r-ggmosaic)[arguments]: Add phase
'ggplot-compatibility.

Change-Id: I73200b7c0a588ea54deb39f729b15d422a94d4b1
1 files changed, 8 insertions(+), 0 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +8 -0
@@ 15186,6 15186,14 @@ including functions for geolocation and routing.")
        (base32 "1zm1zfbd0qk6icw65m9hz1hgyqj632ibq3qilidvx5jy7jh8nbpy"))))
    (properties `((upstream-name . "ggmosaic")))
    (build-system r-build-system)
    (arguments
     (list
      #:phases
      '(modify-phases %standard-phases
         (add-after 'unpack 'ggplot-compatibility
           (lambda _
             (substitute* "R/scale-product.R"
               (("is.waive") "is_waiver")))))))
    (propagated-inputs (list r-dplyr
                             r-ggplot2
                             r-ggrepel