[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/31: gnu: r-glmnet: Update to 4.0-2.
From: |
guix-commits |
Subject: |
30/31: gnu: r-glmnet: Update to 4.0-2. |
Date: |
Mon, 22 Jun 2020 06:16:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 913eaa619c6d9fb8822871f1a6c83e30af4885dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:13:41 2020 +0200
gnu: r-glmnet: Update to 4.0-2.
* gnu/packages/statistics.scm (r-glmnet): Update to 4.0-2.
[propagated-inputs]: Add r-survival.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 346f062..f775e50 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3233,13 +3233,13 @@ analysis of large sparse or dense matrices.")
(define-public r-glmnet
(package
(name "r-glmnet")
- (version "4.0")
+ (version "4.0-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "glmnet" version))
(sha256
- (base32 "1vy8v6filhw9sflk8wwnbgz2mryg70ml4iq4y1c34dlwxczcbzv8"))))
+ (base32 "0qdswxvdwjcnw0by15p9yfzw8laq4f2j0ivpma6q8c5zywldpxxc"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)
@@ -3247,7 +3247,8 @@ analysis of large sparse or dense matrices.")
(propagated-inputs
`(("r-foreach" ,r-foreach)
("r-matrix" ,r-matrix)
- ("r-shape" ,r-shape)))
+ ("r-shape" ,r-shape)
+ ("r-survival" ,r-survival)))
(home-page "https://www.jstatsoft.org/article/view/v033i01")
(synopsis "Lasso and elastic-net regularized generalized linear models")
(description
- 14/31: gnu: r-calibrate: Update to 1.7.7., (continued)
- 14/31: gnu: r-calibrate: Update to 1.7.7., guix-commits, 2020/06/22
- 16/31: gnu: r-tinytex: Update to 0.24., guix-commits, 2020/06/22
- 17/31: gnu: r-radiant-data: Update to 1.3.9., guix-commits, 2020/06/22
- 21/31: gnu: r-rcppgsl: Update to 0.3.8., guix-commits, 2020/06/22
- 23/31: gnu: r-ldheatmap: Update to 0.99-8., guix-commits, 2020/06/22
- 18/31: gnu: r-rstatix: Update to 0.6.0., guix-commits, 2020/06/22
- 19/31: gnu: r-bayestestr: Update to 0.7.0., guix-commits, 2020/06/22
- 22/31: gnu: r-nonnest2: Update to 0.5-4., guix-commits, 2020/06/22
- 24/31: gnu: r-umap: Update to 0.2.6.0., guix-commits, 2020/06/22
- 28/31: gnu: r-backports: Update to 1.1.8., guix-commits, 2020/06/22
- 30/31: gnu: r-glmnet: Update to 4.0-2.,
guix-commits <=
- 20/31: gnu: r-ggeffects: Update to 0.15.0., guix-commits, 2020/06/22
- 25/31: gnu: r-zvcv: Update to 2.1.0., guix-commits, 2020/06/22
- 27/31: gnu: r-ggplot2: Update to 3.3.2., guix-commits, 2020/06/22
- 29/31: gnu: r-rmarkdown: Update to 2.3., guix-commits, 2020/06/22
- 26/31: gnu: r-isoband: Update to 0.2.2., guix-commits, 2020/06/22
- 31/31: gnu: r-fit-models: Update to 0.63., guix-commits, 2020/06/22