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

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

    version('1.0.6', '7e782e04bd69d929b29f91553382e6a2')

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