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

commit 2ed7cfb3900d3eebe5b9ef5eab4d604632474cab
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 8 18:28:44 2026 +0100

    gnu: r-gmisc: Update to 3.2.0.
    
    * gnu/packages/cran.scm (r-gmisc): Update to 3.2.0.
    [native-inputs]: Remove r-boot and r-rms; add r-bench and r-vdiffr.
    
    Change-Id: I113c5a2c5dd203b1239940f8b3a9373d17e742a6
---
 gnu/packages/cran.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 448af5be69..2754330985 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34946,13 +34946,13 @@ preparing, executing, and processing HTTP requests.")
 (define-public r-gmisc
   (package
     (name "r-gmisc")
-    (version "3.1.0")
+    (version "3.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Gmisc" version))
        (sha256
-        (base32 "10nyyasy2ry7yqx4kf5xamdv5x8a4xpn882gcf7vqgdzyj53ibaf"))))
+        (base32 "1bmrqw22dsbx5bv57qqvizh51gm6msdjwa4hmsbk2dknbqpvggn8"))))
     (properties
      '((upstream-name . "Gmisc")
        ;; Avoid dependency cycle.
@@ -34974,11 +34974,11 @@ preparing, executing, and processing HTTP requests.")
                              r-stringr
                              r-xml
                              r-yaml))
-    (native-inputs (list r-boot
+    (native-inputs (list r-bench
                          r-dplyr
                          r-knitr
-                         r-rms
-                         r-testthat))
+                         r-testthat
+                         r-vdiffr))
     (home-page "https://gforge.se";)
     (synopsis "Descriptive statistics, transition plots, and more")
     (description

Reply via email to