[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/54: gnu: Add r-depth.
From: |
guix-commits |
Subject: |
49/54: gnu: Add r-depth. |
Date: |
Sat, 14 Dec 2019 07:36:44 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9fd2d4fdb17ad70b8e94a388546eab59642faecd
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 13:32:19 2019 +0100
gnu: Add r-depth.
* gnu/packages/cran.scm (r-depth): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8482f27..7688e90 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18510,3 +18510,32 @@ validation of bicluster solutions.")
data as well as to identify atypical units. The underlying methods are based
on distances rather than on unit x variables.")
(license license:gpl2+)))
+
+(define-public r-depth
+ (package
+ (name "r-depth")
+ (version "2.1-1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "depth" version))
+ (sha256
+ (base32
+ "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
+ (properties `((upstream-name . "depth")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-abind" ,r-abind)
+ ("r-circular" ,r-circular)
+ ("r-rgl" ,r-rgl)))
+ (native-inputs
+ `(("gfortran" ,gfortran)))
+ (home-page "https://cran.r-project.org/web/packages/depth/")
+ (synopsis "Nonparametric depth functions for multivariate analysis")
+ (description
+ "This package provides tools for depth functions methodology applied to
+multivariate analysis. Besides allowing calculation of depth values and
+depth-based location estimators, the package includes functions or drawing
+contour plots and perspective plots of depth functions. Euclidian and
+spherical depths are supported.")
+ (license license:gpl2)))
- 17/54: gnu: Add r-acrt., (continued)
- 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, 2019/12/14
- 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 <=
- 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
- 46/54: gnu: Add r-flexclust., guix-commits, 2019/12/14
- 15/54: gnu: Add r-treeclust., guix-commits, 2019/12/14
- 18/54: gnu: Add r-acs., guix-commits, 2019/12/14