r-kpmt: new package (#23104)

This commit is contained in:
Glenn Johnson 2021-04-20 04:15:36 -05:00 committed by GitHub
parent 41e0d95e99
commit 971e215e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# 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 RKpmt(RPackage):
"""Known Population Median Test:
Functions that implement the known population median test."""
cran = "kpmt"
version('0.1.0', sha256='6342ad02c93bfa7a764d028821bb6115bb8bc8c55b057a5860736cc0e034a295')
depends_on('r@2.10:', type=('build', 'run'))
depends_on('r-matrixstats', type=('build', 'run'))