summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-foreign/package.py
blob: 4974ec76d7f268978422ce278501529fbe7a60d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 RForeign(RPackage):
    """Functions for reading and writing data stored by some versions of Epi
    Info, Minitab, S, SAS, SPSS, Stata, Systat and Weka and for reading and
    writing some dBase files."""

    homepage = "https://cran.r-project.org/web/packages/foreign/index.html"
    url      = "https://cran.r-project.org/src/contrib/foreign_0.8-66.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/foreign"

    version('0.8-66', 'ff12190f4631dca31e30ca786c2c8f62')