mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-emmeans: Update to 1.8.6.
* gnu/packages/cran.scm (r-emmeans): Update to 1.8.6.
This commit is contained in:
parent
b823110e00
commit
e3f539b1a7
1 changed files with 2 additions and 2 deletions
|
@ -15053,14 +15053,14 @@ (define-public r-multcompview
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue