summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biom-utils/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-biom-utils/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-biom-utils/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-biom-utils/package.py b/var/spack/repos/builtin/packages/r-biom-utils/package.py
new file mode 100644
index 0000000000..7bd3d2471d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-biom-utils/package.py
@@ -0,0 +1,20 @@
+# 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"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/biom/"
+
+ version('0.9', sha256='e7024469fb38e275aa78fbfcce15b9a7661317f632a7e9b8124695e076839375')
+
+ depends_on('r@3:', type=('build', 'run'))