~ruther/guix-local

9a4899245673692131409329f21dee50bedf1fc5 — Ricardo Wurmus 2 months ago c1a9bcf
gnu: r-ggstats: Update to 0.12.0.

* gnu/packages/cran.scm (r-ggstats): Update to 0.12.0.
[native-inputs]: Remove r-vdiffr.

Change-Id: I3ac1c29f71031da0ba3f72af636eb232ac00d46d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -4
@@ 4797,13 4797,13 @@ charts and several other useful visualizations.")
(define-public r-ggstats
  (package
    (name "r-ggstats")
    (version "0.11.0")
    (version "0.12.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "ggstats" version))
       (sha256
        (base32 "025p04jn1dg0bc079bzq0ihs6bx9cy1gb73n6jinnq0iavllclkf"))))
        (base32 "1ggx6vfnnckk3gbxqvlplsk5q1yl5hxyfj03ry1w0zs8k911pk8z"))))
    (properties
     '((upstream-name . "ggstats")
       (updater-extra-native-inputs . ("r-broom-helpers"))))


@@ 4821,14 4821,14 @@ charts and several other useful visualizations.")
                             r-tidyr))
    (native-inputs (list r-broom
                         r-broom-helpers
                         r-broom-helpers
                         r-knitr
                         r-labelled
                         r-nnet
                         r-pscl
                         r-survey
                         r-survival
                         r-testthat
                         r-vdiffr))
                         r-testthat))
    (home-page "https://larmarange.github.io/ggstats/")
    (synopsis "Extension to ggplot2 for plotting stats")
    (description