r-compquadform: new package (#23094)

This commit is contained in:
Glenn Johnson 2021-04-20 04:35:47 -05:00 committed by GitHub
parent 5a3a014aae
commit 7b54389e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# 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 RCompquadform(RPackage):
"""Distribution Function of Quadratic Forms in Normal Variables:
Computes the distribution function of quadratic forms in normal variables
using Imhof's method, Davies's algorithm, Farebrother's algorithm or Liu et
al.'s algorithm."""
cran = "CompQuadForm"
version('1.4.3', sha256='042fc56c800dd8f5f47a017e2efa832caf74f0602824abf7099898d9708660c4')