[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/54: gnu: Add r-adamethods.
From: |
guix-commits |
Subject: |
53/54: gnu: Add r-adamethods. |
Date: |
Sat, 14 Dec 2019 07:36:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5c0b5b8ad7351a0d951ee2227093aacefdae28e4
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 13:34:32 2019 +0100
gnu: Add r-adamethods.
* gnu/packages/cran.scm (r-adamethods): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9e11802..bbe44d6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18625,3 +18625,33 @@ solutions to some commons problems related to
Ergonomics and Anthropometry.
They are based on clustering, the statistical concept of data depth,
statistical shape analysis and archetypal analysis.")
(license license:gpl2+)))
+
+(define-public r-adamethods
+ (package
+ (name "r-adamethods")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "adamethods" version))
+ (sha256
+ (base32
+ "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
+ (properties `((upstream-name . "adamethods")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-anthropometry" ,r-anthropometry)
+ ("r-archetypes" ,r-archetypes)
+ ("r-fnn" ,r-fnn)
+ ("r-foreach" ,r-foreach)
+ ("r-nnls" ,r-nnls)
+ ("r-tolerance" ,r-tolerance)
+ ("r-univoutl" ,r-univoutl)))
+ (home-page "https://cran.r-project.org/web/packages/adamethods/")
+ (synopsis "Archetypoid algorithms and anomaly detection")
+ (description
+ "This package is a collection of several algorithms to obtain
+archetypoids with small and large databases and with both classical
+multivariate data and functional data (univariate and multivariate). Some of
+these algorithms also allow to detect anomalies (outliers).")
+ (license license:gpl2+)))
- branch master updated (3e9e242 -> e31ec53e), guix-commits, 2019/12/14
- 20/54: gnu: Add r-acss., guix-commits, 2019/12/14
- 36/54: gnu: Add r-actuar., guix-commits, 2019/12/14
- 45/54: gnu: Add r-additivitytests., guix-commits, 2019/12/14
- 19/54: gnu: Add r-acss-data., guix-commits, 2019/12/14
- 41/54: gnu: Add r-adabag., guix-commits, 2019/12/14
- 24/54: gnu: Add r-actcd., guix-commits, 2019/12/14
- 06/54: gnu: Add r-tuner., guix-commits, 2019/12/14
- 53/54: gnu: Add r-adamethods.,
guix-commits <=
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp., guix-commits, 2019/12/14
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14
- 04/54: gnu: Add r-acnr., guix-commits, 2019/12/14
- 08/54: gnu: Add r-acousticndlcoder., guix-commits, 2019/12/14
- 02/54: gnu: Add r-r-filesets., guix-commits, 2019/12/14
- 17/54: gnu: Add r-acrt., guix-commits, 2019/12/14