summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-combinat/package.py
blob: d1437692f62d23db0ff469fd20587dc7c4f6db84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 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 RCombinat(RPackage):
    """combinatorics utilities.

    routines for combinatorics."""

    cran = "combinat"

    license("GPL-2.0-only")

    version("0.0-8", sha256="1513cf6b6ed74865bfdd9f8ca58feae12b62f38965d1a32c6130bef810ca30c1")