gnu: r-emmeans: Update to 1.7.2.
* gnu/packages/cran.scm (r-emmeans): Update to 1.7.2.
This commit is contained in:
parent
e125f8cd95
commit
4947de6cc1
1 changed files with 2 additions and 2 deletions
|
@ -10997,14 +10997,14 @@ Hothorn, Westfall, 2010, CRC Press).")
|
||||||
(define-public r-emmeans
|
(define-public r-emmeans
|
||||||
(package
|
(package
|
||||||
(name "r-emmeans")
|
(name "r-emmeans")
|
||||||
(version "1.7.0")
|
(version "1.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "emmeans" version))
|
(uri (cran-uri "emmeans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ig94mjifhhygznv2xv1gl8hdvk618w5fcmkaj1xmpwpc64m9dnl"))))
|
"1g112yvqvxi83x128hwz4qpifwihlm0y5szg82cdsx3c9cm1rrfk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-estimability r-mvtnorm r-numderiv r-xtable))
|
(list r-estimability r-mvtnorm r-numderiv r-xtable))
|
||||||
|
|
Reference in a new issue