summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biom-utils/package.py
blob: 9592481803af828aaaf7c7ec2de1b9473bb4f782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2022 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 RBiomUtils(RPackage):
    """Utilities for the BIOM (Biological Observation Matrix) Format.

    Provides utilities to facilitate import, export and computation with the
    BIOM (Biological Observation Matrix) format (https://biom-format.org/)."""

    cran = "BIOM.utils"

    version('0.9', sha256='e7024469fb38e275aa78fbfcce15b9a7661317f632a7e9b8124695e076839375')

    depends_on('r@3:', type=('build', 'run'))