r-spacetime: new package at 1.2-2 (#11885)

This commit is contained in:
Justin S 2019-07-01 12:39:15 -05:00 committed by Elizabeth Fischer
parent 9bf9c0cec3
commit b517be2c68

View File

@ -0,0 +1,23 @@
# Copyright 2013-2019 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 RSpacetime(RPackage):
"""spacetime: Classes and Methods for Spatio-Temporal Data"""
homepage = "http://github.com/edzer/spacetime"
url = "https://cran.r-project.org/src/contrib/spacetime_1.2-2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/spacetime"
version('1.2-2', sha256='1e9d3f92e5c4614a69c82a58bf0b5c829b4ed262bf1250bef943ae286056ea2d')
depends_on('r@3.0.0:', type=('build', 'run'))
depends_on('r-intervals', type=('build', 'run'))
depends_on('r-lattice', type=('build', 'run'))
depends_on('r-sp@1.1-0:', type=('build', 'run'))
depends_on('r-xts@0.8-8:', type=('build', 'run'))
depends_on('r-zoo@1.7-9:', type=('build', 'run'))