forked from leighseverson/countyweather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: countyweather
Type: Package
Title: Compiles Meterologic Data for U.S. Counties
Version: 0.0.9000
Date: 2016-02-22
Authors@R: c(person("Rachel", "Severson",
email = "rachel.severson@colostate.edu",
role = c("aut", "cre")),
person("Brooke", "Anderson",
email = "brooke.anderson@colostate.edu",
role = c("aut")))
Description: Interacts with NOAA data sources (including the NCDC API at
http://www.ncdc.noaa.gov/cdo-web/webservices/v2 and GHCND data), using the
rnoaa package, to obtain and compile precipitation and temperature time series
for U.S. counties. This work was supported in part by grants from
the National Institute of Environmental Health Sciences (R00ES022631), the
National Science Foundation (1331399), and the Colorado State University
Water Center.
License: GPL-2
LazyData: TRUE
Imports:
dplyr (>= 0.4.3),
rgdal (>= 1.1.3),
rnoaa (>= 0.5.2),
plyr (>= 1.8.3),
tidyr (>= 0.3.1),
weathermetrics (>= 1.2.0),
waterData (>= 1.0.4),
ggmap (>= 2.6.1),
lubridate (>= 1.5.6),
purrr (>= 0.2.1)
RoxygenNote: 5.0.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr