summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ff/package.py
blob: aa68be95622d73a4f9540ecf2ac23115c3e9c9fa (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 RFf(RPackage):
    """memory-efficient storage of large data on disk and
    fast access functions."""

    homepage = "http://ff.r-forge.r-project.org/"
    url      = "https://cran.rstudio.com/src/contrib/ff_2.2-13.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/ff"

    version('2.2-13', '4adf8840d24cb6e2927a3ef885c86fcd')

    depends_on('r-bit', type=('build', 'run'))