r-taxizedb: new package at 0.1.4 (#11052)

This commit is contained in:
Justin S 2019-05-15 16:02:54 -05:00 committed by Levi Baber
parent b19429159f
commit 5f5616d6a2

View File

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