me
/
guix
Archived
1
0
Fork 0

gnu: r-emmeans: Update to 1.10.3.

* gnu/packages/cran.scm (r-emmeans): Update to 1.10.3.

Change-Id: I4ffe32468e61a06e72808a587c0bc3145a920aec
master
Ricardo Wurmus 2024-07-02 14:58:40 +02:00
parent 56c88f5931
commit 722773d49e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17934,14 +17934,14 @@ the differences were not significantly different.")
(define-public r-emmeans
(package
(name "r-emmeans")
(version "1.10.1")
(version "1.10.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "emmeans" version))
(sha256
(base32
"175az87aj2zrjsi94vvca612krbhry7yqq6l03ybq31jhj7vc2fa"))))
"01c2d0kb36lrff5l49kyfl2j3byzblmhw2jkz215hhl8jmyk0akv"))))
(build-system r-build-system)
(propagated-inputs
(list r-estimability r-mvtnorm r-numderiv))