summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-15 16:02:54 -0500
committerLevi Baber <baberlevi@gmail.com>2019-05-15 16:02:54 -0500
commit5f5616d6a22c5f862cf27918a2561314114e7634 (patch)
tree8ee390ba4070ba3a048ec8127c113a8c03066df1 /var
parentb19429159f3c813297ba2e237abba276045f9ff1 (diff)
downloadspack-5f5616d6a22c5f862cf27918a2561314114e7634.tar.gz
spack-5f5616d6a22c5f862cf27918a2561314114e7634.tar.bz2
spack-5f5616d6a22c5f862cf27918a2561314114e7634.tar.xz
spack-5f5616d6a22c5f862cf27918a2561314114e7634.zip
r-taxizedb: new package at 0.1.4 (#11052)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-taxizedb/package.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-taxizedb/package.py b/var/spack/repos/builtin/packages/r-taxizedb/package.py
new file mode 100644
index 0000000000..384e90f63b
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-taxizedb/package.py
@@ -0,0 +1,28 @@
+# Copyright 2013-2019 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 RTaxizedb(RPackage):
+ """taxizedb: Tools for Working with 'Taxonomic' Databases"""
+
+ homepage = "https://cran.r-project.org/package=taxizedb"
+ url = "https://cran.r-project.org/src/contrib/taxizedb_0.1.4.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/taxizedb/"
+
+ version('0.1.4', sha256='5a40569a2b5abe56201f112a10220150353412df39b7e8d21ea8698f424cf295')
+
+ depends_on('r-curl@2.4:', type=('build', 'run'))
+ depends_on('r-dbi@0.6-1:', type=('build', 'run'))
+ depends_on('r-rpostgresql@0.4.1:', type=('build', 'run'))
+ depends_on('r-rmysql@0.10.11:', type=('build', 'run'))
+ depends_on('r-rsqlite@1.1.2:', type=('build', 'run'))
+ depends_on('r-dplyr@0.7.0:', type=('build', 'run'))
+ depends_on('r-dbplyr@1.0.0:', type=('build', 'run'))
+ depends_on('r-magrittr@1.5:', type=('build', 'run'))
+ depends_on('r-hoardr@0.1.0:', type=('build', 'run'))
+ depends_on('r-roxygen2@6.0.1:', type=('build', 'run'))
+ depends_on('r-testthat', type=('build', 'run'))