summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-yulab-utils/package.py
blob: 30137e8782079beaa6dc8b652ef83eaf4471ba3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 RYulabUtils(RPackage):
    """Supporting Functions for Packages Maintained by 'YuLab-SMU'.

    Miscellaneous functions commonly used by 'YuLab-SMU'."""

    cran = "yulab.utils"

    version("0.0.6", sha256="973a51b8d1284060aec34e94849eea6783439dbcbf85083dd4f1a5df4f927b25")
    version("0.0.5", sha256="6ecd4dc5dae40e86b7a462fdac3ab8c0b276dcae5a284eb43390a05b01e3056b")
    version("0.0.4", sha256="38850663de53a9166b8e85deb85be1ccf1a5b310bbe4355f3b8bc823ed1b49ae")