r-rnoaa: new package at 0.8.4 (#11461)

This commit is contained in:
Justin S 2019-05-15 15:52:17 -05:00 committed by Levi Baber
parent a99454ec6d
commit 80d7573df8

View file

@ -0,0 +1,32 @@
# 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 RRnoaa(RPackage):
"""rnoaa: 'NOAA' Weather Data from R"""
homepage = "https://github.com/ropensci/rnoaa"
url = "https://cran.r-project.org/src/contrib/rnoaa_0.8.4.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/rnoaa"
version('0.8.4', sha256='fb9ae771111dd5f638c1eff3290abad2ff9cc7e68a6678bf2414433ebed2dbbf')
depends_on('r-crul@0.7.0:', type=('build', 'run'))
depends_on('r-dplyr', type=('build', 'run'))
depends_on('r-geonames', type=('build', 'run'))
depends_on('r-ggplot2', type=('build', 'run'))
depends_on('r-gridextra', type=('build', 'run'))
depends_on('r-hoardr@0.5.2:', type=('build', 'run'))
depends_on('r-isdparser@0.2.0:', type=('build', 'run'))
depends_on('r-jsonlite', type=('build', 'run'))
depends_on('r-lubridate', type=('build', 'run'))
depends_on('r-rappdirs', type=('build', 'run'))
depends_on('r-scales', type=('build', 'run'))
depends_on('r-tibble', type=('build', 'run'))
depends_on('r-tidyr', type=('build', 'run'))
depends_on('r-xml', type=('build', 'run'))
depends_on('r-xml2', type=('build', 'run'))