[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: r-glmnet: Update to 3.0-1.
From: |
guix-commits |
Subject: |
04/07: gnu: r-glmnet: Update to 3.0-1. |
Date: |
Fri, 22 Nov 2019 20:01:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 748ae1c6b13cdc05a24751e3cce20d430f12fcb5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 23 01:52:41 2019 +0100
gnu: r-glmnet: Update to 3.0-1.
* gnu/packages/statistics.scm (r-glmnet): Update to 3.0-1.
---
gnu/packages/statistics.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9e867f0..08e3d65 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3256,14 +3256,13 @@ analysis of large sparse or dense matrices.")
(define-public r-glmnet
(package
(name "r-glmnet")
- (version "3.0")
+ (version "3.0-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "glmnet" version))
(sha256
- (base32
- "1fwspkxbsx7jy5h8zcdl0q8xsbj7svjjbcmg5lfpxdsgyyww46v7"))))
+ (base32 "04wa926mnss53p1fhx0mjgxnmwmmqls12sc0sy7w09kbmyqa3fq7"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))
- branch master updated (19b85d0 -> b93a329), guix-commits, 2019/11/22
- 03/07: gnu: r-quadprog: Update to 1.5-8., guix-commits, 2019/11/22
- 05/07: gnu: r-vgam: Update to 1.1-2., guix-commits, 2019/11/22
- 01/07: gnu: r-selectr: Update to 0.4-2., guix-commits, 2019/11/22
- 02/07: gnu: r-desolve: Update to 1.25., guix-commits, 2019/11/22
- 07/07: gnu: r-biocmanager: Update to 1.30.10., guix-commits, 2019/11/22
- 06/07: gnu: r-roxygen2: Update to 7.0.1., guix-commits, 2019/11/22
- 04/07: gnu: r-glmnet: Update to 3.0-1.,
guix-commits <=