mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-emmeans: Update to 1.10.4.
* gnu/packages/cran.scm (r-emmeans): Update to 1.10.4. Change-Id: Iffbac8a82bd0c1b0f29db3853e92eb09f586dcbd
This commit is contained in:
parent
3362af1a4c
commit
d4d48c4c44
1 changed files with 2 additions and 2 deletions
|
@ -17931,14 +17931,14 @@ (define-public r-multcompview
|
|||
(define-public r-emmeans
|
||||
(package
|
||||
(name "r-emmeans")
|
||||
(version "1.10.3")
|
||||
(version "1.10.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01c2d0kb36lrff5l49kyfl2j3byzblmhw2jkz215hhl8jmyk0akv"))))
|
||||
"1hywpa7kz6i77w2f9fq7gxbrx0ivrzb131hs92x9jkwqqlikcrb6"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-estimability r-mvtnorm r-numderiv))
|
||||
|
|
Loading…
Reference in a new issue