mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-glmnet: Update to 3.0.
* gnu/packages/statistics.scm (r-glmnet): Update to 3.0. [inputs]: Move gfortran from here... [native-inputs]: ...to here. [propagated-inputs]: Add r-shape.
This commit is contained in:
parent
3a3ece336b
commit
f046f43bb8
1 changed files with 5 additions and 4 deletions
|
@ -3256,20 +3256,21 @@ (define-public r-irlba
|
||||||
(define-public r-glmnet
|
(define-public r-glmnet
|
||||||
(package
|
(package
|
||||||
(name "r-glmnet")
|
(name "r-glmnet")
|
||||||
(version "2.0-18")
|
(version "3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "glmnet" version))
|
(uri (cran-uri "glmnet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sr5akaiaab1sdh9c8gfmc4kp9b4vqhd90d9ig0rqpqhp3bykp78"))))
|
"1fwspkxbsx7jy5h8zcdl0q8xsbj7svjjbcmg5lfpxdsgyyww46v7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-foreach" ,r-foreach)
|
`(("r-foreach" ,r-foreach)
|
||||||
("r-matrix" ,r-matrix)))
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-shape" ,r-shape)))
|
||||||
(home-page "http://www.jstatsoft.org/v33/i01")
|
(home-page "http://www.jstatsoft.org/v33/i01")
|
||||||
(synopsis "Lasso and elastic-net regularized generalized linear models")
|
(synopsis "Lasso and elastic-net regularized generalized linear models")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue