[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add r-relations.
From: |
guix-commits |
Subject: |
06/11: gnu: Add r-relations. |
Date: |
Tue, 31 Oct 2023 08:59:03 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b538ce0c60efaa7bacec1cbf7d28b28fdf209aaa
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Oct 31 11:57:24 2023 +0100
gnu: Add r-relations.
* gnu/packages/cran.scm (r-relations): New variable.
Change-Id: I4bf67353aa7f7221592d274d61c74b83191a6281
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0381bc6015..3aa0868679 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3516,6 +3516,27 @@ convenience functions useful for using CSS selectors on
XML nodes. This
package is a port of the Python package @code{cssselect}.")
(license license:bsd-3)))
+(define-public r-relations
+ (package
+ (name "r-relations")
+ (version "0.6-13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "relations" version))
+ (sha256
+ (base32 "1nnr0kcr3whbwzi36sg7wn46jp7r0hfkvcwlybvjsjhczcvc6ngq"))))
+ (properties `((upstream-name . "relations")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-cluster r-sets r-slam))
+ (home-page "https://cran.r-project.org/package=relations")
+ (synopsis "Data structures and algorithms for relations")
+ (description
+ "This package provides data structures and algorithms for k-ary relations
+with arbitrary domains, featuring relational algebra, predicate functions, and
+fitters for consensus relations.")
+ (license license:gpl2)))
+
(define-public r-repmis
(package
(name "r-repmis")
- branch master updated (c0895371c5 -> a0a377fdd6), guix-commits, 2023/10/31
- 01/11: gnu: Add r-r3cseq., guix-commits, 2023/10/31
- 03/11: gnu: Add r-nistunits., guix-commits, 2023/10/31
- 02/11: gnu: Add r-r4rna., guix-commits, 2023/10/31
- 04/11: gnu: Add r-celestial., guix-commits, 2023/10/31
- 06/11: gnu: Add r-relations.,
guix-commits <=
- 08/11: gnu: Add r-bench., guix-commits, 2023/10/31
- 09/11: gnu: Add r-piano., guix-commits, 2023/10/31
- 07/11: gnu: Add r-profmem., guix-commits, 2023/10/31
- 05/11: gnu: Add r-magicaxis., guix-commits, 2023/10/31
- 10/11: gnu: Add r-coregx., guix-commits, 2023/10/31
- 11/11: gnu: Add r-radiogx., guix-commits, 2023/10/31