summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ncbit/package.py
blob: 3d66e92009db89e968ddc4ff4847bfc6f8455e42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RNcbit(RPackage):
    """Making NCBI taxonomic data locally available and searchable as an R
       object."""

    homepage = "https://cran.r-project.org/package=ncbit"
    url      = "https://cran.r-project.org/src/contrib/ncbit_2013.03.29.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/ncbit"

    version('2013.03.29', '29582d7e5c8bbf9683c57c4f6ac3e891')