summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-splancs/package.py
blob: 79441b232333dac519c67804b8e816b2608ecf04 (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 RSplancs(RPackage):
    """Spatial and Space-Time Point Pattern Analysis"""

    homepage = "https://cran.r-project.org/web/packages/splancs/index.html"
    url      = "https://cran.r-project.org/src/contrib/splancs_2.01-40.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/splancs"

    version('2.01-40', 'dc08a5c9a1fd2098d78459152f4917ce')

    depends_on('r@2.10:', type=('build', 'run'))
    depends_on('r-sp@0.9:', type=('build', 'run'))