[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/54: gnu: Add r-icge.
From: |
guix-commits |
Subject: |
48/54: gnu: Add r-icge. |
Date: |
Sat, 14 Dec 2019 07:36:43 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9cd3ae8620ed27fb54da1face9ec1a4265746602
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 13:32:02 2019 +0100
gnu: Add r-icge.
* gnu/packages/cran.scm (r-icge): 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 3548378..8482f27 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18486,3 +18486,27 @@ In addition, the package provides methods for data
preprocessing (normalization and discretization), visualization, and
validation of bicluster solutions.")
(license license:gpl3)))
+
+(define-public r-icge
+ (package
+ (name "r-icge")
+ (version "0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ICGE" version))
+ (sha256
+ (base32
+ "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
+ (properties `((upstream-name . "ICGE")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-cluster" ,r-cluster)
+ ("r-mass" ,r-mass)))
+ (home-page "https://cran.r-project.org/web/packages/ICGE/")
+ (synopsis "Cluster estimation and identification of atypical units")
+ (description
+ "ICGE is a package that helps to estimate the number of real clusters in
+data as well as to identify atypical units. The underlying methods are based
+on distances rather than on unit x variables.")
+ (license license:gpl2+)))
- 04/54: gnu: Add r-acnr., (continued)
- 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
- 38/54: gnu: Add r-readbitmap., guix-commits, 2019/12/14
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14
- 23/54: gnu: Add r-gdina., guix-commits, 2019/12/14
- 48/54: gnu: Add r-icge.,
guix-commits <=
- 28/54: gnu: Add r-actigraphy., guix-commits, 2019/12/14
- 32/54: gnu: Add r-activpal., guix-commits, 2019/12/14
- 49/54: gnu: Add r-depth., guix-commits, 2019/12/14
- 44/54: gnu: Add r-tolerance., guix-commits, 2019/12/14
- 54/54: import: cran: Recognize LGPL 2.1+., guix-commits, 2019/12/14
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14
- 26/54: gnu: Add r-actfrag., guix-commits, 2019/12/14