guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/17: gnu: r-glmnet: Update home page and use HTTPS.


From: guix-commits
Subject: 07/17: gnu: r-glmnet: Update home page and use HTTPS.
Date: Tue, 11 Feb 2020 01:14:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f6b4425aab2b69869a058d90ebd45987dba09908
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:37:32 2020 +0100

    gnu: r-glmnet: Update home page and use HTTPS.
    
    * gnu/packages/statistics.scm (r-glmnet)[home-page]: Follow redirection 
using
    HTTPS.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c3e6fb2..d2cd3f6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3221,7 +3221,7 @@ analysis of large sparse or dense matrices.")
     `(("r-foreach" ,r-foreach)
       ("r-matrix" ,r-matrix)
       ("r-shape" ,r-shape)))
-   (home-page "http://www.jstatsoft.org/v33/i01";)
+   (home-page "https://www.jstatsoft.org/article/view/v033i01";)
    (synopsis "Lasso and elastic-net regularized generalized linear models")
    (description
     "The glmnet package provides efficient procedures for fitting the entire



reply via email to

[Prev in Thread] Current Thread [Next in Thread]