[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/54: gnu: Add r-anthropometry.
From: |
guix-commits |
Subject: |
52/54: gnu: Add r-anthropometry. |
Date: |
Sat, 14 Dec 2019 07:36:44 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c67508079d2abf9b286812c3b2889f4bbbcf2735
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 13:34:09 2019 +0100
gnu: Add r-anthropometry.
* gnu/packages/cran.scm (r-anthropometry): New variable.
---
gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6ef9f2e..9e11802 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18592,3 +18592,36 @@ transformation grids and comparing covariance
matrices. See Dryden, I.L. and
Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
Edition), John Wiley and Sons.")
(license license:gpl2)))
+
+(define-public r-anthropometry
+ (package
+ (name "r-anthropometry")
+ (version "1.13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Anthropometry" version))
+ (sha256
+ (base32
+ "1f568ri1s6psaby8y737vrkarbjg64v89d4jyw23hy17apdmszr8"))))
+ (properties `((upstream-name . "Anthropometry")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-archetypes" ,r-archetypes)
+ ("r-biclust" ,r-biclust)
+ ("r-cluster" ,r-cluster)
+ ("r-depth" ,r-depth)
+ ("r-fnn" ,r-fnn)
+ ("r-icge" ,r-icge)
+ ("r-nnls" ,r-nnls)
+ ("r-rgl" ,r-rgl)
+ ("r-shapes" ,r-shapes)))
+ (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
+ (synopsis "Statistical methods for anthropometric data")
+ (description
+ "This package provides statistical methods especially developed to
+analyze anthropometric data. These methods are aimed at providing effective
+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+)))
- 19/54: gnu: Add r-acss-data., (continued)
- 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, 2019/12/14
- 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 <=
- 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