[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/35] gnu: Add r-fpc.
From: |
Raoul Bonnal |
Subject: |
[PATCH 14/35] gnu: Add r-fpc. |
Date: |
Thu, 19 Jan 2017 19:55:09 +0100 |
From: Raoul Jean Pierre Bonnal <address@hidden>
* gnu/packages/statistics.scm (r-fpc): New variable.
---
gnu/packages/statistics.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d729e6d..336b7c0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4333,3 +4333,32 @@ regression methodology including model selections and
multivariate statistics.")
"Trimmed k-means clustering.")
(license (list license:gpl2+
license:gpl3+))))
+
+(define-public r-fpc
+ (package
+ (name "r-fpc")
+ (version "2.1-10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "fpc" version))
+ (sha256
+ (base32
+ "15m0p9l9w2v7sl0cnzyg81i2fmx3hrhvr3371544mwn3fpsca5sx"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-diptest" ,r-diptest)
+ ("r-flexmix" ,r-flexmix)
+ ("r-kernlab" ,r-kernlab)
+ ("r-mclust" ,r-mclust)
+ ("r-mvtnorm" ,r-mvtnorm)
+ ("r-prabclus" ,r-prabclus)
+ ("r-robustbase" ,r-robustbase)
+ ("r-trimcluster" ,r-trimcluster)))
+ (home-page "http://www.homepages.ucl.ac.uk/~ucakche/")
+ (synopsis "Flexible procedures for clustering")
+ (description
+ "This package provides various methods for clustering and cluster
validation.
+Fixed point clustering.")
+ (license (list license:gpl2+
+ license:gpl3+))))
--
1.9.1
- [PATCH 04/35] gnu: Add r-fastica., (continued)
- [PATCH 04/35] gnu: Add r-fastica., Raoul Bonnal, 2017/01/19
- [PATCH 05/35] gnu: Add r-tsne., Raoul Bonnal, 2017/01/19
- [PATCH 06/35] gnu: Add r-diptest., Raoul Bonnal, 2017/01/19
- [PATCH 08/35] gnu: Add r-flexmix., Raoul Bonnal, 2017/01/19
- [PATCH 07/35] gnu: Add r-modeltools., Raoul Bonnal, 2017/01/19
- [PATCH 09/35] gnu: Add r-mclust., Raoul Bonnal, 2017/01/19
- [PATCH 10/35] gnu: Add r-prabclus., Raoul Bonnal, 2017/01/19
- [PATCH 11/35] gnu: Add r-deoptimr., Raoul Bonnal, 2017/01/19
- [PATCH 13/35] gnu: Add r-trimcluster., Raoul Bonnal, 2017/01/19
- [PATCH 12/35] gnu: Add r-robustbase., Raoul Bonnal, 2017/01/19
- [PATCH 14/35] gnu: Add r-fpc.,
Raoul Bonnal <=
- [PATCH 15/35] gnu: Add r-ape., Raoul Bonnal, 2017/01/19
- [PATCH 18/35] gnu: Add r-fnn., Raoul Bonnal, 2017/01/19
- [PATCH 16/35] gnu: Add r-vgam., Raoul Bonnal, 2017/01/19
- [PATCH 19/35] gnu: Add r-pbkrtest., Raoul Bonnal, 2017/01/19
- [PATCH 20/35] gnu: Add r-modelmetrics., Raoul Bonnal, 2017/01/19
- [PATCH 17/35] gnu: Add r-pbapply., Raoul Bonnal, 2017/01/19
- [PATCH 21/35] gnu: Add r-matrixmodels., Raoul Bonnal, 2017/01/19
- [PATCH 22/35] gnu: Add r-quantreg., Raoul Bonnal, 2017/01/19
- [PATCH 23/35] gnu: Add r-car., Raoul Bonnal, 2017/01/19
- [PATCH 25/35] gnu: Add r-minqa., Raoul Bonnal, 2017/01/19