me
/
guix
Archived
1
0
Fork 0

gnu: r-emmeans: Update to 1.8.0.

* gnu/packages/cran.scm (r-emmeans): Update to 1.8.0.
Ricardo Wurmus 2022-08-10 12:20:04 +02:00
parent e1714c11e1
commit a8427f0a63
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12415,14 +12415,14 @@ the differences were not significantly different.")
(define-public r-emmeans (define-public r-emmeans
(package (package
(name "r-emmeans") (name "r-emmeans")
(version "1.7.5") (version "1.8.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
"04zy4fb5v3l5zi74bgch8l7mzf2zg16w303k6kp7hwqjlfzh6zms")))) "0xdvbjcywmwk6n8xbp55n92lmqz7wbc938gmv7lbg96hkf9kc993"))))
(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))