[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/74: gnu: r-lme4: Update to 1.1-21.
From: |
guix-commits |
Subject: |
32/74: gnu: r-lme4: Update to 1.1-21. |
Date: |
Thu, 7 Mar 2019 17:53:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6caf80fbaf4b59f31c7ae140efe03de48b7946ab
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 23:36:44 2019 +0100
gnu: r-lme4: Update to 1.1-21.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-21.
[native-inputs]: Move r-rcpp and r-rcppeigen from here...
[propagated-inputs]: ...to here; add r-boot.
---
gnu/packages/statistics.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 666b139..e85077a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5175,25 +5175,25 @@ algorithms.")
(define-public r-lme4
(package
(name "r-lme4")
- (version "1.1-19")
+ (version "1.1-21")
(source
(origin
(method url-fetch)
(uri (cran-uri "lme4" version))
(sha256
(base32
- "0j8xhkkcdv45ilab960s9jrcjk6jbzvd7w7myswv5fmalrpq52pf"))))
+ "035j2hqkwv939xl07pm2vykvf3wlx8qj317846n9pkpqkyv58mbz"))))
(build-system r-build-system)
- (native-inputs
- `(("r-rcpp" ,r-rcpp)
- ("r-rcppeigen" ,r-rcppeigen)))
(propagated-inputs
- `(("r-lattice" ,r-lattice)
+ `(("r-boot" ,r-boot)
+ ("r-lattice" ,r-lattice)
+ ("r-mass" ,r-mass)
("r-matrix" ,r-matrix)
("r-minqa" ,r-minqa)
("r-nloptr" ,r-nloptr)
- ("r-mass" ,r-mass)
- ("r-nlme" ,r-nlme)))
+ ("r-nlme" ,r-nlme)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)))
(home-page "https://cran.r-project.org/web/packages/lme4")
(synopsis "Linear mixed-effects models using eigen and S4")
(description
- 20/74: gnu: r-flexmix: Update to 2.3-15., (continued)
- 20/74: gnu: r-flexmix: Update to 2.3-15., guix-commits, 2019/03/07
- 13/74: gnu: r-purrr: Update to 0.3.1., guix-commits, 2019/03/07
- 18/74: gnu: r-registry: Update to 0.5-1., guix-commits, 2019/03/07
- 15/74: gnu: r-mvtnorm: Update to 1.0-10., guix-commits, 2019/03/07
- 14/74: gnu: r-tidyr: Update to 0.8.3., guix-commits, 2019/03/07
- 17/74: gnu: r-r-utils: Update to 2.8.0., guix-commits, 2019/03/07
- 29/74: gnu: r-formatr: Update to 1.6., guix-commits, 2019/03/07
- 21/74: gnu: r-xml: Update to 3.98-1.19., guix-commits, 2019/03/07
- 34/74: gnu: r-igraph: Update to 1.2.4., guix-commits, 2019/03/07
- 27/74: gnu: r-mgcv: Update to 1.8-27., guix-commits, 2019/03/07
- 32/74: gnu: r-lme4: Update to 1.1-21.,
guix-commits <=
- 43/74: gnu: r-multcomp: Update to 1.4-10., guix-commits, 2019/03/07
- 26/74: gnu: r-stringi: Update to 1.3.1., guix-commits, 2019/03/07
- 49/74: gnu: r-prediction: Update to 0.3.6.2., guix-commits, 2019/03/07
- 44/74: gnu: r-summarytools: Update to 0.9.2., guix-commits, 2019/03/07
- 36/74: gnu: r-gmp: Update to 0.5-13.4., guix-commits, 2019/03/07
- 25/74: gnu: r-stringr: Update to 1.4.0., guix-commits, 2019/03/07
- 22/74: gnu: r-catools: Update to 1.17.1.2., guix-commits, 2019/03/07
- 24/74: gnu: r-ranger: Update to 0.11.2., guix-commits, 2019/03/07
- 45/74: gnu: r-dvmisc: Update to 1.1.3., guix-commits, 2019/03/07
- 33/74: gnu: r-dplyr: Update to 0.8.0.1., guix-commits, 2019/03/07