-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 1.57 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
36
37
38
39
40
41
42
43
Package: countyfloods
Type: Package
Title: Quantify United States County-Level Flood Measurements
Version: 0.1.0
Authors@R: c(person("Rod", "Lammers", email = "rodlammers@gmail.com",
role = c("aut", "cre")),
person("Brooke", "Anderson", email = "brooke.anderson@colostate.edu",
role = "aut"))
Description: Quantifies United States flood impacts at the county level using
United States Geological Service (USGS) River Discharge data for the USGS
API. This package builds on R packages from the USGS, with the goal of
creating county-level time series of flood status that can be more easily
joined with county-level impact measurements, including health outcomes.
This work was supported in part by grants from the National Institute of
Environmental Health Sciences (R00ES022631), the Colorado Water Center,
and the National Science Foundation, Integrative Graduate Education and
Research Traineeship (IGERT) Grant No. DGE-0966346 "I-WATER: Integrated
Water, Atmosphere, Ecosystems Education and Research Program" at
Colorado State University.
License: GPL (>= 2)
LazyData: TRUE
Depends:
R (>= 2.10)
Imports:
dataRetrieval (>= 2.5.10),
dplyr (>= 0.5.0),
ggplot2 (>= 2.1.0),
grid (>= 3.2.5),
lubridate (>= 1.6.0),
maps (>= 3.1.1),
plyr (>= 1.8.4),
R.utils (>= 2.5.0),
tidyr (>= 0.6.0)
Suggests:
testthat,
knitr,
rmarkdown,
hurricaneexposure,
scales
VignetteBuilder: knitr
RoxygenNote: 6.0.1
URL: https://github.com/rodlammers/countyfloods
BugReports: https://github.com/rodlammers/countyfloods/issues