summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-leaps/package.py
blob: 056c84fea1962737929427efe893bf33a708e28e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 RLeaps(RPackage):
    """leaps: Regression Subset Selection"""

    homepage = "https://CRAN.R-project.org/package=leaps"
    url      = "https://cran.r-project.org/src/contrib/leaps_3.0.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/leaps"

    version('3.0', '30823138890680e0493d1491c8f43edc')