gnu: r-emmeans: Update to 1.4.2.
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.2.
This commit is contained in:
parent
186a868ac9
commit
3ca2ddd0df
1 changed files with 2 additions and 2 deletions
|
|
@ -7989,14 +7989,14 @@ Hothorn, Westfall, 2010, CRC Press).")
|
||||||
(define-public r-emmeans
|
(define-public r-emmeans
|
||||||
(package
|
(package
|
||||||
(name "r-emmeans")
|
(name "r-emmeans")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "emmeans" version))
|
(uri (cran-uri "emmeans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fpawaxnmj67md169a9mzrnnh2d0c973xydfg6hw865933jil9lq"))))
|
"1sxwbh6sym2shrj7gva8q96ca2csqz3081q4d84avpxz15dfz1z1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-estimability" ,r-estimability)
|
`(("r-estimability" ,r-estimability)
|
||||||
|
|
|
||||||
Reference in a new issue