summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-strucchange/package.py
blob: 4cf073e9e1d8bcc0f4466b7a1237a52f2d009890 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2019 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 RStrucchange(RPackage):
    """Testing, monitoring and dating structural changes in (linear)
    regression models."""

    homepage = "https://cran.r-project.org/package=strucchange"
    url      = "https://cran.r-project.org/src/contrib/strucchange_1.5-1.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/strucchange"

    version('1.5-1', 'fc751fc011df9c8df82d577298cb8395')

    depends_on('r@2.10.0:')

    depends_on('r-zoo', type=('build', 'run'))
    depends_on('r-sandwich', type=('build', 'run'))