summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-squash/package.py
blob: e939b870e5d79080b46898f9f1004f37f9cfc90d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RSquash(RPackage):
    """Color-Based Plots for Multivariate Visualization"""

    homepage = "https://cran.r-project.org/package=squash"
    url      = "https://cran.r-project.org/src/contrib/squash_1.0.8.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/squash"

    version('1.0.8', '50d5743d306fa11cfa1a3c4daa75e508')
    version('1.0.7', '4ac381b17d4d7b77bdaa6f824fbb03ab')