[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/174: gnu: r-lme4: Update to 1.1-34.
From: |
guix-commits |
Subject: |
08/174: gnu: r-lme4: Update to 1.1-34. |
Date: |
Wed, 12 Jul 2023 08:30:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1b09d2e9aee2b5e1a59cbd20df71e4acad34b3a3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 23:01:51 2023 +0200
gnu: r-lme4: Update to 1.1-34.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-34.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e9a592f2e0..cdaa32b170 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5973,14 +5973,14 @@ algorithms.")
(define-public r-lme4
(package
(name "r-lme4")
- (version "1.1-33")
+ (version "1.1-34")
(source
(origin
(method url-fetch)
(uri (cran-uri "lme4" version))
(sha256
(base32
- "0409nhvdkkh571gdi9w21z6szkgnmj4sssw3988idh5wgknsamnr"))))
+ "1bbaxkrd5m3d40y6jdyrdr4vsjyzkfixbqjwj6c8inmks98f2wp8"))))
(build-system r-build-system)
(propagated-inputs
(list r-boot
@@ -5988,8 +5988,8 @@ algorithms.")
r-mass
r-matrix
r-minqa
- r-nloptr
r-nlme
+ r-nloptr
r-rcpp
r-rcppeigen))
(native-inputs
- branch master updated (4a027d2b0e -> f2f27c4952), guix-commits, 2023/07/12
- 05/174: gnu: r-plotly: Update to 4.10.2., guix-commits, 2023/07/12
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/12
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/12
- 08/174: gnu: r-lme4: Update to 1.1-34.,
guix-commits <=
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/12
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/12
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/12
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/12
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12