diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:48:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 02:16:21 +0100 |
commit | 1994e638e53ff60e074ad3bfdf59fd908f0965ea (patch) | |
tree | 0849a451d15d780f585fce9b22651b7af1a7d854 /gnu | |
parent | f764111bfb56045385ede43a7bc18969037780a6 (diff) | |
download | patches-1994e638e53ff60e074ad3bfdf59fd908f0965ea.tar patches-1994e638e53ff60e074ad3bfdf59fd908f0965ea.tar.gz |
gnu: r-elasticnet: Update home page.
* gnu/packages/cran.scm (r-elasticnet)[home-page]: Follow (HTTPS)
redirection.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 86ef002548..64291d41e0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16880,7 +16880,7 @@ data.") (build-system r-build-system) (propagated-inputs `(("r-lars" ,r-lars))) - (home-page "http://www.stat.umn.edu/~hzou") + (home-page "http://users.stat.umn.edu/~zouxx019/") (synopsis "Elastic-Net for sparse estimation and sparse PCA") (description "This package provides functions for fitting the entire solution path of |