summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-evd/package.py
blob: 0d0d5fa4e57f8eba1c4043ee2bc1634115aed4a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 REvd(RPackage):
    """evd: Functions for Extreme Value Distributions"""

    homepage = "https://cloud.r-project.org/package=evd"
    url      = "https://cloud.r-project.org/src/contrib/evd_2.3-3.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/evd"

    version('2.3-3', sha256='2fc5ef2e0c3a2a9392425ddd45914445497433d90fb80b8c363877baee4559b4')