guix-commits
[Top][All Lists]
Advanced

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

04/185: gnu: Add r-stabm.


From: guix-commits
Subject: 04/185: gnu: Add r-stabm.
Date: Tue, 2 Jul 2024 09:26:29 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit c415e8c454c249523113d4cfb3f9e84ef1c5e66c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 11:19:05 2024 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a7bfc548c8..4106d91243 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9863,6 +9863,29 @@ functions of a stable variate, as well as generalized 
regression models for
 the parameters of a stable distribution.")
     (license license:gpl2+)))
 
+(define-public r-stabm
+  (package
+    (name "r-stabm")
+    (version "1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "stabm" version))
+       (sha256
+        (base32 "1vslidq2pzpwhsrsklghaqsdjjf4w4wqs2dng0p68zhrv5vlivhq"))))
+    (properties `((upstream-name . "stabm")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-checkmate r-matrix))
+    (native-inputs (list r-knitr))
+    (home-page "https://bommert.github.io/stabm/";)
+    (synopsis "Stability measures for feature selection")
+    (description
+     "This package provides an implementation of many measures for the
+assessment of the stability of feature selection.  Both simple measures and
+measures which take into account the similarities between features are
+available.")
+    (license license:lgpl3)))
+
 (define-public r-statip
   (package
     (name "r-statip")



reply via email to

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