[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: Add r-gower.
From: |
Ricardo Wurmus |
Subject: |
08/15: gnu: Add r-gower. |
Date: |
Mon, 18 Sep 2017 06:49:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5a87093fd57f136cb9091d2d97d3674e8dac6e61
Author: Ricardo Wurmus <address@hidden>
Date: Mon Sep 11 02:55:04 2017 +0200
gnu: Add r-gower.
* gnu/packages/cran.scm (r-gower): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a81416..1256eb3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1104,3 +1104,25 @@ classification is done. It also offers an extension to
functional data and
routines for calculating certain notions of statistical depth functions. 50
multivariate and 5 functional classification problems are included.")
(license license:gpl2)))
+
+(define-public r-gower
+ (package
+ (name "r-gower")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gower" version))
+ (sha256
+ (base32
+ "1mbrj1lam3jfbby2j32shmmj5cn09zx3rkxbamq7q8sdg39b54gb"))))
+ (build-system r-build-system)
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/markvanderloo/gower")
+ (synopsis "Gower's distance")
+ (description
+ "This package provides tools to compute Gower's distance (or similarity)
+coefficient between records, and to compute the top-n matches between records.
+Core algorithms are executed in parallel on systems supporting OpenMP.")
+ (license license:gpl3)))
- 02/15: gnu: Add r-lava., (continued)
- 02/15: gnu: Add r-lava., Ricardo Wurmus, 2017/09/18
- 03/15: gnu: Add r-drr., Ricardo Wurmus, 2017/09/18
- 01/15: gnu: Add r-cvst., Ricardo Wurmus, 2017/09/18
- 04/15: gnu: Add r-prodlim., Ricardo Wurmus, 2017/09/18
- 05/15: gnu: Add r-dimred., Ricardo Wurmus, 2017/09/18
- 06/15: gnu: Add r-timedate., Ricardo Wurmus, 2017/09/18
- 07/15: gnu: Add r-ddalpha., Ricardo Wurmus, 2017/09/18
- 13/15: gnu: r-rstudioapi: Update to 0.7., Ricardo Wurmus, 2017/09/18
- 14/15: gnu: r-caret: Update to 6.0-77., Ricardo Wurmus, 2017/09/18
- 15/15: gnu: r-rcas: Update to 1.3.4., Ricardo Wurmus, 2017/09/18
- 08/15: gnu: Add r-gower.,
Ricardo Wurmus <=
- 10/15: gnu: Add r-ipred., Ricardo Wurmus, 2017/09/18
- 11/15: gnu: Add r-recipes., Ricardo Wurmus, 2017/09/18
- 09/15: gnu: Add r-rcpproll., Ricardo Wurmus, 2017/09/18
- 12/15: gnu: r-openssl: Update to 0.9.7., Ricardo Wurmus, 2017/09/18