summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biom-utils/package.py
blob: 0848aec70ae5fe7de56a98c4c85c84e178638a39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2018 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):
    """Provides utilities to facilitate import, export and computation with
    the BIOM (Biological Observation Matrix) format (http://biom-format.org).
    """

    homepage = "https://github.com/braithwaite/BIOM.utils/"
    url      = "https://cran.r-project.org/src/contrib/BIOM.utils_0.9.tar.gz"

    version('0.9', '980f08fd9848242007753cd27a998060')

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