From de004857ff9798365e1bcafb932d5403272aaba6 Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Tue, 20 Apr 2021 04:19:15 -0500 Subject: r-pbivnorm: new package (#23108) --- var/spack/repos/builtin/packages/r-pbivnorm/package.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 var/spack/repos/builtin/packages/r-pbivnorm/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-pbivnorm/package.py b/var/spack/repos/builtin/packages/r-pbivnorm/package.py new file mode 100644 index 0000000000..1e0dea5143 --- /dev/null +++ b/var/spack/repos/builtin/packages/r-pbivnorm/package.py @@ -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') -- cgit v1.2.3-60-g2f50