mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-emmeans: Update to 1.10.0.
* gnu/packages/cran.scm (r-emmeans): Update to 1.10.0. Change-Id: I32a041b81e528b8b07068f748a7b9f8186a34a89
This commit is contained in:
parent
c12bc9a581
commit
b634edeaab
1 changed files with 2 additions and 2 deletions
|
@ -16870,14 +16870,14 @@ (define-public r-multcompview
|
||||||
(define-public r-emmeans
|
(define-public r-emmeans
|
||||||
(package
|
(package
|
||||||
(name "r-emmeans")
|
(name "r-emmeans")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "emmeans" version))
|
(uri (cran-uri "emmeans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18gib8ly7kfzdbi3srczrdqvjghf7swp127ksfs1fvs9dzgkkg96"))))
|
"1vq7abyirrrpx00d464pgva2i17f3wxx08f4rc23bl331s3lsx23"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-estimability r-mvtnorm r-numderiv))
|
(list r-estimability r-mvtnorm r-numderiv))
|
||||||
|
|
Loading…
Reference in a new issue