me
/
guix
Archived
1
0
Fork 0

gnu: r-emmeans: Update to 1.8.6.

* gnu/packages/cran.scm (r-emmeans): Update to 1.8.6.
master
Ricardo Wurmus 2023-05-31 12:15:16 +02:00
parent b823110e00
commit e3f539b1a7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15053,14 +15053,14 @@ the differences were not significantly different.")
(define-public r-emmeans
(package
(name "r-emmeans")
(version "1.8.5")
(version "1.8.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "emmeans" version))
(sha256
(base32
"0594k2dfkdszkfmhprnhlq7569kkk3291w1slqd8qbd4nlav922w"))))
"11gma8sz3bxy59flyzxqh400a4pm1cg6maaqvxxbms77svhb8vd4"))))
(build-system r-build-system)
(propagated-inputs
(list r-estimability r-mvtnorm r-numderiv))