gnu: r-emmeans: Update to 1.3.3.

* gnu/packages/cran.scm (r-emmeans): Update to 1.3.3.
[propagated-inputs]: Add r-numderiv.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:42:10 +01:00
parent e2fee46f04
commit e0f861649c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -7543,18 +7543,19 @@ Hothorn, Westfall, 2010, CRC Press).")
(define-public r-emmeans (define-public r-emmeans
(package (package
(name "r-emmeans") (name "r-emmeans")
(version "1.3.2") (version "1.3.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
"0mg6y007hfmr601cq4jgxl5ncwbx79kkh7xs2i504m0rinxj8bf5")))) "1hpal1vq6gryzvgfvv9f328idg0mgjvlfnhaj069dhb7zqfwhzlk"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-estimability" ,r-estimability) `(("r-estimability" ,r-estimability)
("r-mvtnorm" ,r-mvtnorm) ("r-mvtnorm" ,r-mvtnorm)
("r-numderiv" ,r-numderiv)
("r-plyr" ,r-plyr) ("r-plyr" ,r-plyr)
("r-xtable" ,r-xtable))) ("r-xtable" ,r-xtable)))
(home-page "https://github.com/rvlenth/emmeans") (home-page "https://github.com/rvlenth/emmeans")