3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-emmeans: Update to 1.4.

* gnu/packages/cran.scm (r-emmeans): Update to 1.4.
This commit is contained in:
Ricardo Wurmus 2019-08-06 14:44:40 +02:00
parent 332c8df6f0
commit 5357c59bf3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7877,14 +7877,14 @@ Hothorn, Westfall, 2010, CRC Press).")
(define-public r-emmeans
(package
(name "r-emmeans")
(version "1.3.5.1")
(version "1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "emmeans" version))
(sha256
(base32
"0rgzjvmp3yqhwgfg96v17wi8gbafzbrmz134shj2jsf5bsmw6vbj"))))
"1ynf9hhbch83k63lwps69ijfch30fk5v0sc418ck264c5vih26dh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-estimability" ,r-estimability)