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

commit 83658ea346039b8c034da5e857ddc95d64a31296
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 10:03:26 2026 +0100

    gnu: r-effects: Update to 4.2-5.
    
    * gnu/packages/cran.scm (r-effects): Update to 4.2-5.
    [native-inputs]: Add r-betareg, r-glmmtmb, r-nlme, and r-ordinal.
    
    Change-Id: Iecafdda6a1442926df579d45034709481c577293
---
 gnu/packages/cran.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 30a89a2d40..31ec7472c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3730,14 +3730,14 @@ thus not used in the name of the package.")
 (define-public r-effects
   (package
     (name "r-effects")
-    (version "4.2-4")
+    (version "4.2-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "effects" version))
        (sha256
         (base32
-         "0lh8yabk6z2j84yn0386ggz01gxl946xcpcawgqklw8cs55cwzs9"))))
+         "1cgbn11kin35h87ahb0awm0dz3d3ggbkz11jhbax5rc79gs1hlq6"))))
     (properties `((upstream-name . "effects")))
     (build-system r-build-system)
     (propagated-inputs
@@ -3750,7 +3750,13 @@ thus not used in the name of the package.")
            r-nnet
            r-survey))
     (native-inputs
-     (list r-car r-knitr r-mass))
+     (list r-betareg
+           r-car
+           r-glmmtmb
+           r-knitr
+           r-mass
+           r-nlme
+           r-ordinal))
     (home-page "https://www.r-project.org";)
     (synopsis
      "Effect displays for linear, generalized linear, and other models")

Reply via email to