Skip to content
Snippets Groups Projects
Commit 5f5616d6 authored by Justin S's avatar Justin S Committed by Levi Baber
Browse files

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

parent b1942915
No related branches found
No related tags found
No related merge requests found
# 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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment