r-pbivnorm: new package (#23108)
This commit is contained in:
parent
6b2f63310e
commit
de004857ff
18
var/spack/repos/builtin/packages/r-pbivnorm/package.py
Normal file
18
var/spack/repos/builtin/packages/r-pbivnorm/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user