mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-emmeans: Update to 1.7.3.
* gnu/packages/cran.scm (r-emmeans): Update to 1.7.3.
This commit is contained in:
parent
73cda719ef
commit
3459a4e9b4
1 changed files with 2 additions and 2 deletions
|
@ -11910,14 +11910,14 @@ (define-public r-multcompview
|
||||||
(define-public r-emmeans
|
(define-public r-emmeans
|
||||||
(package
|
(package
|
||||||
(name "r-emmeans")
|
(name "r-emmeans")
|
||||||
(version "1.7.2")
|
(version "1.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "emmeans" version))
|
(uri (cran-uri "emmeans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g112yvqvxi83x128hwz4qpifwihlm0y5szg82cdsx3c9cm1rrfk"))))
|
"0kbbin3zfxqkm5awq4331fv7y2kfpdhkwrqh91prl7qpf8kscin6"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue