mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: r-glinternet: Update to 1.0.12.
* gnu/packages/statistics.scm (r-glinternet): Update to 1.0.12.
This commit is contained in:
parent
1322fe25a6
commit
655a23fa8b
1 changed files with 2 additions and 2 deletions
|
@ -6651,14 +6651,14 @@ (define-public r-naniar
|
|||
(define-public r-glinternet
|
||||
(package
|
||||
(name "r-glinternet")
|
||||
(version "1.0.11")
|
||||
(version "1.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glinternet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lqph2hj0h826gcfyk290ahkfalpnrd6jzymm60xi2qxia14lzk5"))))
|
||||
"0aphdscj0s6kqxlkgqkw2d6snrylz6hiis6307pl8ldh7q5cvm33"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://web.stanford.edu/~hastie/Papers/glinternet_jcgs.pdf")
|
||||
(synopsis "Learning interactions via hierarchical group-lasso regularization")
|
||||
|
|
Loading…
Reference in a new issue