diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:16 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:19 +0100 |
| commit | 7e0ab6c845917cb2aee04cf6d27e222fb539900a (patch) | |
| tree | 365778330699d09e90992a01c73e99307e369e29 /gnu | |
| parent | a37984cb9f1736499bf64a802c5273167e8d579e (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 52fb60d427..05dbcaff3e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |
