[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/224: gnu: Add r-stabm.
From: |
guix-commits |
Subject: |
04/224: gnu: Add r-stabm. |
Date: |
Wed, 17 Jul 2024 17:18:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 02ce86749bcda87d110d095efd12343293e17e96
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")
- 20/224: gnu: r-collapse: Update to 2.0.14., (continued)
- 20/224: gnu: r-collapse: Update to 2.0.14., guix-commits, 2024/07/17
- 40/224: gnu: r-pki: Update to 0.1-14., guix-commits, 2024/07/17
- 58/224: gnu: r-urca: Update to 1.3-4., guix-commits, 2024/07/17
- 59/224: gnu: r-radiant-data: Update to 1.6.6., guix-commits, 2024/07/17
- 50/224: gnu: r-ucminf: Update to 1.2.2., guix-commits, 2024/07/17
- 61/224: gnu: r-rio: Update to 1.1.1., guix-commits, 2024/07/17
- 51/224: gnu: r-xts: Update to 0.14.0., guix-commits, 2024/07/17
- 55/224: gnu: r-leaps: Update to 3.2., guix-commits, 2024/07/17
- 73/224: gnu: r-doby: Update to 4.6.22., guix-commits, 2024/07/17
- 76/224: gnu: r-quickjsr: Update to 1.2.2., guix-commits, 2024/07/17
- 04/224: gnu: Add r-stabm.,
guix-commits <=
- 32/224: gnu: r-mc2d: Update to 0.2.1., guix-commits, 2024/07/17
- 25/224: gnu: r-rocit: Update to 2.1.2., guix-commits, 2024/07/17
- 33/224: gnu: r-tglkmeans: Update to 0.5.5., guix-commits, 2024/07/17
- 48/224: gnu: r-psych: Update to 2.4.6.26., guix-commits, 2024/07/17
- 52/224: gnu: r-rvcg: Update to 0.23., guix-commits, 2024/07/17
- 53/224: gnu: r-cli: Update to 3.6.3., guix-commits, 2024/07/17
- 69/224: gnu: r-sjmisc: Update to 2.8.10., guix-commits, 2024/07/17
- 79/224: gnu: r-sjstats: Update to 0.19.0., guix-commits, 2024/07/17
- 81/224: gnu: r-ggeffects: Update to 1.7.0., guix-commits, 2024/07/17
- 84/224: gnu: r-qmri: Update to 1.2.7.6., guix-commits, 2024/07/17