New package: r-spdata (starting at version 0.3.0) (#11883)

This commit is contained in:
Justin S 2019-07-01 20:11:16 -05:00 committed by Peter Scheibel
parent 711a80832a
commit a7cd7fdcd4

View file

@ -0,0 +1,18 @@
# 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 RSpdata(RPackage):
"""spData: Datasets for Spatial Analysis"""
homepage = "https://github.com/Nowosad/spData"
url = "https://cran.r-project.org/src/contrib/spData_0.3.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/spData"
version('0.3.0', sha256='de24ea659541a6c795cd26a1f6a213e15061af9c97a24cba1c24ce30c6c24c98')
depends_on('r@3.3.0:', type=('build', 'run'))