summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-sfsmisc/package.py
blob: c2bf1e540f9af8673014a60bb15fb8d38c43117f (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 RSfsmisc(RPackage):
    """Useful utilities ['goodies'] from Seminar fuer Statistik
    ETH Zurich, quite a few related to graphics;
    some were ported from S-plus."""

    homepage = "https://cran.r-project.org/web/packages/sfsmisc/index.html"
    url      = "https://cran.r-project.org/src/contrib/sfsmisc_1.1-0.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/sfsmisc"

    version('1.1-0', '1ba4303076e2bbf018f7eecc7d04e178')