mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-lmertest: Update to 3.2-0.
* gnu/packages/cran.scm (r-lmertest): Update to 3.2-0. [propagated-inputs]: Add r-reformulas. Change-Id: If8c43443987a06f893f13697b2e7db550b071291
This commit is contained in:
parent
4fe2e1a7b5
commit
e917030865
1 changed files with 3 additions and 3 deletions
|
|
@ -30647,18 +30647,18 @@ experiments using ANOVA or mixed models.")
|
|||
(define-public r-lmertest
|
||||
(package
|
||||
(name "r-lmertest")
|
||||
(version "3.1-3")
|
||||
(version "3.2-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lmerTest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
|
||||
"10rcjxwiccmrnra41q790j6vbqfglmcmr1whbz5adgfyv35w2s60"))))
|
||||
(properties `((upstream-name . "lmerTest")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-lme4 r-mass r-numderiv))
|
||||
(list r-ggplot2 r-lme4 r-mass r-numderiv r-reformulas))
|
||||
(home-page "https://github.com/runehaubo/lmerTestR")
|
||||
(synopsis "Tests in linear mixed effects models")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue