summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-rnoaa/package.py32
1 files changed, 32 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-rnoaa/package.py b/var/spack/repos/builtin/packages/r-rnoaa/package.py
new file mode 100644
index 0000000000..0eabbc6585
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-rnoaa/package.py
@@ -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'))