summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-labeling/package.py
blob: cafeae89614e39bdba539157b5cac821e06c80ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2024 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.package import *


class RLabeling(RPackage):
    """Axis Labeling.

    Provides a range of axis labeling algorithms."""

    cran = "labeling"

    license("MIT OR custom")

    version("0.4.2", sha256="e022d79276173e0d62bf9e37d7574db65ab439eb2ae1833e460b1cff529bd165")
    version("0.3", sha256="0d8069eb48e91f6f6d6a9148f4e2dc5026cabead15dd15fc343eff9cf33f538f")