r-pvclust: new package (#25394)

Co-authored-by: Alex C Leute <aclrc@rit.edu>
This commit is contained in:
Jen Herting 2021-08-16 03:59:39 -04:00 committed by GitHub
parent 09cc439572
commit 1fa5642858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RPvclust(RPackage):
"""pvclust: Hierarchical Clustering with P-Values via Multiscale Bootstrap
Resampling
An implementation of multiscale bootstrap resampling for assessing the
uncertainty in hierarchical cluster analysis. It provides SI (selective
inference) p-value, AU (approximately unbiased) p-value and BP (bootstrap
probability) value for each cluster in a dendrogram."""
homepage = "https://cloud.r-project.org/package=pvclust"
url = "https://cloud.r-project.org/src/contrib/pvclust_2.2-0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/pvclust"
version('2.2-0', sha256='7892853bacd413b5a921006429641ad308a344ca171b3081c15e4c522a8b0201')
depends_on('r@2.10.0:', type=('build', 'run'))