summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-codetools/package.py
blob: a32e9ddc770e77c4e11b573e12868e5ae60a09eb (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 RCodetools(RPackage):
    """Code analysis tools for R."""

    homepage = "https://cran.r-project.org/web/packages/codetools/index.html"
    url      = "https://cran.r-project.org/src/contrib/codetools_0.2-15.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/codetools"

    version('0.2-15', '37419cbc3de81984cf6d9b207d4f62d4')
    version('0.2-14', '7ec41d4f8bd6ba85facc8c5e6adc1f4d')