guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 77f08f2a809996940b5d881b9d2e866a9161f440
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:41:52 2026 +0100

    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
---
 gnu/packages/cran.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7862d527bd..195099f05d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4795,13 +4795,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"))))
@@ -4818,6 +4818,7 @@ charts and several other useful visualizations.")
                              r-stringr
                              r-tidyr))
     (native-inputs (list r-broom
+                         r-broom-helpers
                          r-broom-helpers
                          r-knitr
                          r-labelled
@@ -4825,8 +4826,7 @@ charts and several other useful visualizations.")
                          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

Reply via email to