~ruther/guix-local

7e0ab6c845917cb2aee04cf6d27e222fb539900a — Ricardo Wurmus a month ago a37984c
gnu: r-blme: Update to 1.0-7.

* gnu/packages/cran.scm (r-blme): Update to 1.0-7.
[native-inputs]: Remove r-testthat.

Change-Id: Ifde4305495a0bd6e72d29b732a3410192b89784a
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
@@ 39620,17 39620,17 @@ parallel versions of vectorized R functions of the @code{mc*apply} family.")
(define-public r-blme
  (package
    (name "r-blme")
    (version "1.0-6")
    (version "1.0-7")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "blme" version))
       (sha256
        (base32
         "0ghpbhs3bqxv9s759i3klfzrvigaxp34sscsy2m0n3d08j09f206"))))
         "1yhyyaiiyqd413nfrcang6bkccms9cr64375x7yb5ah6w4fbjisn"))))
    (build-system r-build-system)
    (propagated-inputs (list r-lme4))
    (native-inputs (list r-testthat))
    (native-inputs (list))
    (home-page "https://github.com/vdorie/blme")
    (synopsis "Bayesian linear mixed-effects models")
    (description