gnu: r-emmeans: Update to 1.9.0.
* gnu/packages/cran.scm (r-emmeans): Update to 1.9.0. Change-Id: I078b8023106b085716444240b6e49edafce30592
This commit is contained in:
parent
4c7066b673
commit
24e08f8f1d
1 changed files with 2 additions and 2 deletions
|
@ -16553,14 +16553,14 @@ (define-public r-multcompview
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.8.9")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ipzs88inyif52rbifqwrfv8vwxw8fwq2hb489vgws8xznhz034a"))))
|
||||
"18gib8ly7kfzdbi3srczrdqvjghf7swp127ksfs1fvs9dzgkkg96"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-estimability r-mvtnorm r-numderiv))
|
||||
|
|
Loading…
Reference in a new issue