mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: Add r-glassofast.
* gnu/packages/cran.scm (r-glassofast): New variable. Change-Id: I6ec7a1f8d4391d7d93f23789f448476b866e4687
This commit is contained in:
parent
6648e34342
commit
815e378dee
1 changed files with 20 additions and 0 deletions
|
@ -26315,6 +26315,26 @@ (define-public r-glasso
|
||||||
path of values for the regularization parameter.")
|
path of values for the regularization parameter.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-glassofast
|
||||||
|
(package
|
||||||
|
(name "r-glassofast")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "glassoFast" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0nyvmmrw6cr5j1mkf1qv6hn3q24kyn6gn48q6r7az4vn1m141hzz"))))
|
||||||
|
(properties `((upstream-name . "glassoFast")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list gfortran))
|
||||||
|
(home-page "https://cran.r-project.org/package=glassoFast")
|
||||||
|
(synopsis "Fast graphical LASSO")
|
||||||
|
(description
|
||||||
|
"This package provides a fast and improved implementation of the
|
||||||
|
graphical LASSO.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-gldex
|
(define-public r-gldex
|
||||||
(package
|
(package
|
||||||
(name "r-gldex")
|
(name "r-gldex")
|
||||||
|
|
Loading…
Reference in a new issue