guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: Add r-glassofast.


From: guix-commits
Subject: 02/03: gnu: Add r-glassofast.
Date: Sun, 21 Jan 2024 02:38:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 815e378deef8a2ca088cd6a13578ce81b331a05c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 21 08:33:51 2024 +0100

    gnu: Add r-glassofast.
    
    * gnu/packages/cran.scm (r-glassofast): New variable.
    
    Change-Id: I6ec7a1f8d4391d7d93f23789f448476b866e4687
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f1d648fd6..acc3273831 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26315,6 +26315,26 @@ using a lasso (L1) penalty.  Facilities are provided 
for estimates along a
 path of values for the regularization parameter.")
     (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
   (package
     (name "r-gldex")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]