[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: Add r-snftool.
From: |
guix-commits |
Subject: |
07/07: gnu: Add r-snftool. |
Date: |
Thu, 15 Sep 2022 09:24:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6737d8d3248301e65bc24291b1a776e4aa8c3648
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 15 15:22:05 2022 +0200
gnu: Add r-snftool.
* gnu/packages/cran.scm (r-snftool): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3312c2d102..5cdb37075e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9133,6 +9133,30 @@ and rows. The fst format allows for random access of
stored data and
compression with the LZ4 and ZSTD compressors.")
(license license:agpl3)))
+(define-public r-snftool
+ (package
+ (name "r-snftool")
+ (version "2.3.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "SNFtool" version))
+ (sha256
+ (base32
+ "05hz230aq5wbzhknxzr4iqv3nqjhbpf66n6bp1rc5h2jgz2yfbwq"))))
+ (properties `((upstream-name . "SNFtool")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-alluvial r-exposition))
+ (home-page "https://cran.r-project.org/package=SNFtool")
+ (synopsis "Similarity network fusion")
+ (description
+ "Similarity Network Fusion takes multiple views of a network and fuses
+them together to construct an overall status matrix. The input to our
+algorithm can be feature vectors, pairwise distances, or pairwise
+similarities. The learned status matrix can then be used for retrieval,
+clustering, and classification.")
+ ;; Any version of the GPL
+ (license license:gpl3+)))
+
(define-public r-snowfall
(package
(name "r-snowfall")
- branch master updated (0624e7dbad -> 6737d8d324), guix-commits, 2022/09/15
- 03/07: gnu: Add r-clvalid., guix-commits, 2022/09/15
- 04/07: gnu: Add r-aricode., guix-commits, 2022/09/15
- 06/07: gnu: Add r-exposition., guix-commits, 2022/09/15
- 07/07: gnu: Add r-snftool.,
guix-commits <=
- 05/07: gnu: Add r-prettygraphs., guix-commits, 2022/09/15
- 01/07: gnu: Add r-made4., guix-commits, 2022/09/15
- 02/07: gnu: Add r-omicade4., guix-commits, 2022/09/15