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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue