gnu: Add r-prabclus.

* gnu/packages/statistics.scm (r-prabclus): New variable.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
master
Raoul Jean Pierre Bonnal 2017-03-11 09:36:49 +10:00 committed by Ben Woodcroft
parent 5638e15475
commit c962816dc4
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 22 additions and 0 deletions

View File

@ -4257,3 +4257,25 @@ including Bayesian regularization, dimension reduction for visualisation,
and resampling-based inference.")
(license license:gpl2+)))
(define-public r-prabclus
(package
(name "r-prabclus")
(version "2.2-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "prabclus" version))
(sha256
(base32
"0qjsxrx6yv338bxm4ki0w9h8hind1l98abdrz828588bwj02jya1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mclust" ,r-mclust)))
(home-page "https://cran.r-project.org/web/packages/prabclus")
(synopsis "Parametric bootstrap tests for spatial neighborhood clustering")
(description
"This package provides a distance-based parametric bootstrap tests
for clustering with spatial neighborhood information. Some distance measures,
clustering of presence-absence, abundance and multilocus genetical data for
species delimitation, nearest neighbor based noise detection.")
(license license:gpl2+)))