summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:41:56 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:27:24 +0100
commite5872164b9dd45daf4e2ebb14db1fd97161349ee (patch)
treedfe570a641ae55c7effe8b3b5955802e9b7171b7
parentdb80a632a9182606cea2f57bf11d3ed8592459c5 (diff)
gnu: r-mclogit: Update to 0.9.15.
* gnu/packages/cran.scm (r-mclogit): Update to 0.9.15. [propagated-inputs]: Add r-mass and r-nlme. Change-Id: I1e0a964abb3974fa2d902f77ec608d02ddda438b Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 10a697b1d7..d6c830468e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10756,16 +10756,16 @@ simulations. In addition, this package includes various distributions.")
(define-public r-mclogit
(package
(name "r-mclogit")
- (version "0.9.6")
+ (version "0.9.15")
(source (origin
(method url-fetch)
(uri (cran-uri "mclogit" version))
(sha256
(base32
- "0sbglgak6jhhpx65jnj59hbpvzs8qjsdjc4w02z0m5j9hrnmzp4s"))))
+ "1bvzdhlzx39sf1kr1w2w6zh5xccy3lbks6mm5d6r97c68saig9n6"))))
(properties `((upstream-name . "mclogit")))
(build-system r-build-system)
- (propagated-inputs (list r-matrix r-memisc))
+ (propagated-inputs (list r-mass r-matrix r-memisc r-nlme))
(home-page "https://www.elff.eu/software/mclogit/")
(synopsis
"Multinomial logit models, with or without random effects or overdispersion")