Skip to content
Snippets Groups Projects
Commit 80d7573d authored by Justin S's avatar Justin S Committed by Levi Baber
Browse files

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

parent a99454ec
No related branches found
No related tags found
No related merge requests found
# 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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment