summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-proxy/package.py
blob: 963568491ce48c85ae5a0c2b3c56e3fa08ba77df (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 RProxy(RPackage):
    """Provides an extensible framework for the efficient calculation of
       auto- and cross-proximities, along with implementations of the most
       popular ones."""

    homepage = "https://cran.r-project.org/package=proxy"
    url      = "https://cran.rstudio.com/src/contrib/proxy_0.4-19.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/proxy"
    version('0.4-19', '279a01a1cc12ed50208c98196d78a5d7')