mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-10 18:18:53 +02:00
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>
This commit is contained in:
committed by
Rutherther
parent
a37984cb9f
commit
7e0ab6c845
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user