~ruther/guix-local

3269e44104a3e673f11fcc93d30e74795ea29b26 — Ricardo Wurmus a month ago 5294b9c
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 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.