~ruther/guix-local

20147613579b43032735fc74138468172874bf0a — Ricardo Wurmus a month ago 1c744a7
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 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