summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-spatstat-data/package.py
blob: b9ab00c448376da14db803baa25e2279a45dce15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2013-2022 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 RSpatstatData(RPackage):
    """Datasets for 'spatstat' Family.

    Contains all the datasets for the 'spatstat' family of packages."""

    cran = "spatstat.data"

    version('2.1-2', sha256='bbd118a8e6cd2c41abc764b9f2e798514070862f11e3f2080c27f72268271ae5')
    version('1.7-0', sha256='bbc192d43f2b37b308566694cb48ecdbbc4f20ef44b6fc7636564a717a03c12f')
    version('1.4-3', sha256='8955b6ac40cc7d0d89e02334bb46f4c223ff0755e5818f132fee753e77918ea2')
    version('1.4-0', sha256='121e5bb92beb7ccac920f921e760f429fd71bcfe11cb9b07a7e7326c7a72ec8c')

    depends_on('r@3.3:', type=('build', 'run'))
    depends_on('r@3.5.0:', type=('build', 'run'), when='@1.7-0:')
    depends_on('r-spatstat-utils', type=('build', 'run'))
    depends_on('r-spatstat-utils@2.1-0:', type=('build', 'run'), when='@2.1-2:')
    depends_on('r-matrix', type=('build', 'run'))