From 5f5616d6a22c5f862cf27918a2561314114e7634 Mon Sep 17 00:00:00 2001
From: Justin S <3630356+codeandkey@users.noreply.github.com>
Date: Wed, 15 May 2019 16:02:54 -0500
Subject: [PATCH] r-taxizedb: new package at 0.1.4 (#11052)

---
 .../builtin/packages/r-taxizedb/package.py    | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 var/spack/repos/builtin/packages/r-taxizedb/package.py

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'))
-- 
GitLab