mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-emmeans: Update to 1.10.1.
* gnu/packages/cran.scm (r-emmeans): Update to 1.10.1. Change-Id: I8d072fdf667a6a267ddc4aeb173db6b88996ff85
This commit is contained in:
parent
98d1cce5fa
commit
9d81a735f6
1 changed files with 2 additions and 2 deletions
|
@ -17232,14 +17232,14 @@ (define-public r-multcompview
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.10.0")
|
||||
(version "1.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vq7abyirrrpx00d464pgva2i17f3wxx08f4rc23bl331s3lsx23"))))
|
||||
"175az87aj2zrjsi94vvca612krbhry7yqq6l03ybq31jhj7vc2fa"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-estimability r-mvtnorm r-numderiv))
|
||||
|
|
Loading…
Reference in a new issue