gnu: r-emmeans: Update to 1.7.2.

* gnu/packages/cran.scm (r-emmeans): Update to 1.7.2.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:19 +01:00
parent e125f8cd95
commit 4947de6cc1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10997,14 +10997,14 @@ (define-public r-multcomp
(define-public r-emmeans
(package
(name "r-emmeans")
(version "1.7.0")
(version "1.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "emmeans" version))
(sha256
(base32
"1ig94mjifhhygznv2xv1gl8hdvk618w5fcmkaj1xmpwpc64m9dnl"))))
"1g112yvqvxi83x128hwz4qpifwihlm0y5szg82cdsx3c9cm1rrfk"))))
(build-system r-build-system)
(propagated-inputs
(list r-estimability r-mvtnorm r-numderiv r-xtable))