r-pbivnorm: new package (#23108)

This commit is contained in:
Glenn Johnson 2021-04-20 04:19:15 -05:00 committed by GitHub
parent 6b2f63310e
commit de004857ff
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 RPbivnorm(RPackage):
""" Vectorized Bivariate Normal CDF:
Provides a vectorized R function for calculating probabilities from a
standard bivariate normal CDF."""
homepage = "https://github.com/brentonk/pbivnorm"
cran = "pbivnorm"
version('0.6.0', sha256='07c37d507cb8f8d2d9ae51a9a6d44dfbebd8a53e93c242c4378eaddfb1cc5f16')