summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-tarifx/package.py
blob: a219d3b5c5b71c28af2f18787b2b05f7d1c6208b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 RTarifx(RPackage):
    """A collection of various utility and convenience functions."""

    homepage = "https://cloud.r-project.org/package=taRifx"
    url      = "https://cloud.r-project.org/src/contrib/taRifx_1.0.6.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/taRifx"

    version('1.0.6.1', sha256='d4c832b26d476a395ddf8349c42613270023c8bbf52a274d280be6284c11d7e2')
    version('1.0.6', sha256='3dc70ac9c828d904cbac9fc9465918cd58cb5e9e35e92fe0cf38f436a1017782')

    depends_on('r-reshape2', type=('build', 'run'))
    depends_on('r-plyr', type=('build', 'run'))