diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:37:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:30 +0100 |
commit | f6b4425aab2b69869a058d90ebd45987dba09908 (patch) | |
tree | fa534158f5393ea369af06f022798ff6f253d45a /gnu | |
parent | 5b9cebb2f11cf2024a7d2c4f40cffd8a5205d7a3 (diff) | |
download | patches-f6b4425aab2b69869a058d90ebd45987dba09908.tar patches-f6b4425aab2b69869a058d90ebd45987dba09908.tar.gz |
gnu: r-glmnet: Update home page and use HTTPS.
* gnu/packages/statistics.scm (r-glmnet)[home-page]: Follow redirection using
HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c3e6fb2629..d2cd3f6d5c 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 |