summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-modeltools/package.py
blob: bbcfc99671fe94dd4a733b05367f8c8967f9ea25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 RModeltools(RPackage):
    """A collection of tools to deal with statistical models."""

    homepage = "https://cran.r-project.org/package=modeltools"
    url      = "https://cran.r-project.org/src/contrib/modeltools_0.2-21.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/modeltools"

    version('0.2-21', '3bf56b2e7bf78981444385d87eeccdd7')