mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-emmeans: Update to 1.8.8.
* gnu/packages/cran.scm (r-emmeans): Update to 1.8.8.
This commit is contained in:
parent
9f7d123317
commit
f2094bfb9c
1 changed files with 2 additions and 2 deletions
|
@ -15809,14 +15809,14 @@ (define-public r-multcompview
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.8.7")
|
||||
(version "1.8.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gpqgbybxpcpxc2n3pisd4yr1s9dq2m4z8j29f5mq0c5w5axgm68"))))
|
||||
"1v5svzcvkssf3ch10cbi0pdw2xkgdhn8i1d1cqjawwgzmq61c62j"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-estimability r-mvtnorm r-numderiv))
|
||||
|
|
Loading…
Reference in a new issue