summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-labeling/package.py
blob: 49b481f61c70ca1f94e07fa1116be316e6ae8351 (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 RLabeling(RPackage):
    """Provides a range of axis labeling algorithms."""

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

    version('0.3', 'ccd7082ec0b211aba8a89d85176bb534')