summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:42:09 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:28:01 +0100
commit3269e44104a3e673f11fcc93d30e74795ea29b26 (patch)
treebcce7de635ded19f79572fb5322193e7961e1ab0 /gnu
parent5294b9ced014166aeaea08a0345e5572e99e4031 (diff)
gnu: r-ggeffects: Update to 2.3.2.
* gnu/packages/cran.scm (r-ggeffects): Update to 2.3.2. [propagated-inputs]: Add r-reformulas. Change-Id: I7601b08c91111711b21b3c56b28b3b1f96e15cf3 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-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 1e44fe1f99..cacfdcc2db 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29708,17 +29708,17 @@ effects models and Bayesian models.")
(define-public r-ggeffects
(package
(name "r-ggeffects")
- (version "2.3.1")
+ (version "2.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
- "01bx5vkcljc64mm1r8kkyk9npgbkq8g7nhhhxrlag7rr9hpsj951"))))
+ "1j5avgbq8glsdal7xgskiwjhf8swakckv4rrvcz82kz4lfdgz1x3"))))
(build-system r-build-system)
(propagated-inputs
- (list r-datawizard r-insight))
+ (list r-datawizard r-insight r-reformulas))
(native-inputs
;; The importer/updater generates a massive list of inputs for running
;; tests, but we actually don't need them.