[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/265: gnu: Add r-knn-covertree.
From: |
guix-commits |
Subject: |
10/265: gnu: Add r-knn-covertree. |
Date: |
Sun, 15 Dec 2019 09:39:53 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 257b3b812ce5ef605090c079e6e59cb5383a2100
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 19:34:06 2019 +0100
gnu: Add r-knn-covertree.
* gnu/packages/cran.scm (r-knn-covertree): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3190cee..349ea62 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18734,3 +18734,29 @@ which functions similar to its singular form, but
allows the use of multiple
statistics per bin. Those statistics can be mapped to multiple bin
aesthetics.")
(license license:gpl3)))
+
+(define-public r-knn-covertree
+ (package
+ (name "r-knn-covertree")
+ (version "1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "knn.covertree" version))
+ (sha256
+ (base32
+ "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
+ (properties `((upstream-name . "knn.covertree")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppeigen" ,r-rcppeigen)))
+ (home-page "https://github.com/flying-sheep/knn.covertree")
+ (synopsis "Accurate kNN Implementation with multiple distance measures")
+ (description
+ "Similarly to the FNN package, this package allows calculation of the k
+nearest neighbors (kNN) of a data matrix. The implementation is based on
+cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
+Langford (2006) @url{doi:10.1145/1143844.1143857}.")
+ (license license:agpl3+)))
- branch master updated (58c3a4f -> 6e10ac0), guix-commits, 2019/12/15
- 01/265: gnu: Add r-idpmisc., guix-commits, 2019/12/15
- 03/265: gnu: Add r-qqman., guix-commits, 2019/12/15
- 04/265: gnu: Add r-biocversion., guix-commits, 2019/12/15
- 06/265: gnu: Add r-cytolib., guix-commits, 2019/12/15
- 02/265: guix: Upgrade to Bioconductor 3.10., guix-commits, 2019/12/15
- 05/265: gnu: Add r-multidataset., guix-commits, 2019/12/15
- 07/265: gnu: Add r-ncdfflow., guix-commits, 2019/12/15
- 08/265: gnu: Add r-ggcyto., guix-commits, 2019/12/15
- 09/265: gnu: Add r-ggplot-multistats., guix-commits, 2019/12/15
- 10/265: gnu: Add r-knn-covertree.,
guix-commits <=
- 13/265: gnu: Add r-flowviz., guix-commits, 2019/12/15
- 12/265: gnu: r-rgraphviz: Update to 2.30.0., guix-commits, 2019/12/15
- 18/265: gnu: Add r-opencyto., guix-commits, 2019/12/15
- 23/265: gnu: r-affycompatible: Update to 1.46.0., guix-commits, 2019/12/15
- 15/265: gnu: Add r-rprotobuflib., guix-commits, 2019/12/15
- 20/265: gnu: r-depecher: Update to 1.2.0., guix-commits, 2019/12/15
- 24/265: gnu: r-affycontam: Update to 1.44.0., guix-commits, 2019/12/15
- 25/265: gnu: r-affycoretools: Update to 1.58.2., guix-commits, 2019/12/15
- 27/265: gnu: r-annotate: Update to 1.64.0., guix-commits, 2019/12/15
- 29/265: gnu: r-regioner: Update to 1.18.0., guix-commits, 2019/12/15