mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-adamethods.
* gnu/packages/cran.scm (r-adamethods): New variable.
This commit is contained in:
parent
c67508079d
commit
5c0b5b8ad7
1 changed files with 30 additions and 0 deletions
|
@ -18625,3 +18625,33 @@ (define-public r-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+)))
|
||||
|
|
Loading…
Reference in a new issue