gnu: r-glmnet: Update home page and use HTTPS.
* gnu/packages/statistics.scm (r-glmnet)[home-page]: Follow redirection using HTTPS.
This commit is contained in:
parent
5b9cebb2f1
commit
f6b4425aab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue