summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-truncnorm/package.py
blob: 07cfb8716ec9538ee8bd72514d788e87b975413e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 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 RTruncnorm(RPackage):
    """Density, probability, quantile and random number generation functions
    for the truncated normal distribution."""

    homepage = "https://cran.r-project.org/package=truncnorm"
    url      = "https://cran.rstudio.com/src/contrib/truncnorm_1.0-8.tar.gz"
    list_url = "https://cran.rstudio.com/src/contrib/Archive/truncnorm"

    version('1.0-8', 'c60cd6555be0dd2ea91e61757439282d')