[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: Add r-numero.
From: |
guix-commits |
Subject: |
09/09: gnu: Add r-numero. |
Date: |
Thu, 23 Jan 2025 09:59:50 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9467c967e8dbff3b4c64a23a9ff552f8e96f61f0
Author: Tor-björn Claesson <tclaesson@gmail.com>
AuthorDate: Thu Jan 23 15:56:25 2025 +0100
gnu: Add r-numero.
* gnu/packages/cran.scm (r-numero): New variable.
Change-Id: Ice1dfd002c9c1e33d11091cd5c259d42d974b74e
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5d6a1a4bd8..06ad524cd2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39,6 +39,7 @@
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
;;; Copyright © 2024 Marco Baggio <guix@mawumag.com>
;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
+;;; Copyright © 2024 Tor-björn Claesson <tclaesson@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -13723,6 +13724,28 @@ units, plus unit conversions based on the data from
@acronym{NIST, National
Institute of Standards and Technology}, USA.")
(license license:gpl3+)))
+(define-public r-numero
+ (package
+ (name "r-numero")
+ (version "1.9.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Numero" version))
+ (sha256
+ (base32 "04pf6x7qmgkfyj98c23maxcvlwwwfw6jas7l72xp0713lyndjl15"))))
+ (properties `((upstream-name . "Numero")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcpp))
+ (native-inputs (list r-knitr r-rmarkdown))
+ (home-page "https://cran.r-project.org/package=Numero")
+ (synopsis "Statistical framework to define subgroups in complex datasets")
+ (description
+ "The package includes the necessary functions to construct a
+self-organizing map of data, to evaluate the statistical signifcance of the
+observed data patterns, and to visualize the results.")
+ (license license:gpl2+)))
+
(define-public r-stabs
(package
(name "r-stabs")
- branch master updated (a1074ecbcb -> 9467c967e8), guix-commits, 2025/01/23
- 03/09: gnu: Add r-spdl., guix-commits, 2025/01/23
- 04/09: gnu: Add r-rcppint64., guix-commits, 2025/01/23
- 02/09: gnu: Add r-geojsonr., guix-commits, 2025/01/23
- 05/09: gnu: Add r-rcppdate., guix-commits, 2025/01/23
- 01/09: gnu: Add r-vitesscer., guix-commits, 2025/01/23
- 06/09: gnu: Add r-rcppcctz., guix-commits, 2025/01/23
- 07/09: gnu: Add r-nanotime., guix-commits, 2025/01/23
- 08/09: gnu: Add r-nanoarrow., guix-commits, 2025/01/23
- 09/09: gnu: Add r-numero.,
guix-commits <=