-
Notifications
You must be signed in to change notification settings - Fork 87
/
DESCRIPTION
67 lines (67 loc) · 2.35 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrology and Water Quality Data
Version: 2.7.17.9000
Authors@R: c(
person("Laura", "DeCicco", role = c("aut","cre"),
email = "[email protected]",
comment=c(ORCID="0000-0002-3915-9487")),
person("Robert", "Hirsch", role = c("aut"),
comment=c(ORCID = "0000-0002-4534-075X")),
person("David","Lorenz", role=c("aut")),
person("Jordan", "Read", role = c("ctb")),
person("Jordan", "Walker", role = c("ctb")),
person("Lindsay","Platt", role=c("ctb")),
person("David","Watkins", role=c("aut"),
email = "[email protected]",
comment=c(ORCID = "0000-0002-7544-0700")),
person("David", "Blodgett", role="aut",
comment=c(ORCID = "0000-0001-9489-1710"),
email = "[email protected]"),
person("Mike", "Johnson", role=c("aut"),
email = "[email protected]",
comment=c(ORCID = "0000-0002-5288-8350")),
person("Aliesha", "Krall", role="ctb",
email = "[email protected]",
comment=c(ORCID = "0000-0003-2521-5043")),
person("Lee", "Stanish", role="ctb",
email = "[email protected]",
comment=c(ORCID = "0000-0002-9775-6861")))
Description: Collection of functions to help retrieve U.S. Geological Survey
and U.S. Environmental Protection Agency water quality and
hydrology data from web services. Data are discovered from
National Water Information System <https://waterservices.usgs.gov/> and <https://waterdata.usgs.gov/nwis>.
Water quality data are obtained from the Water Quality Portal <https://www.waterqualitydata.us/>.
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior.
Depends:
R (>= 3.5.0)
Imports:
httr (>= 1.0.0),
curl,
lubridate (>= 1.5.0),
stats,
utils,
xml2,
readr (>= 1.4.0),
jsonlite
Suggests:
covr,
dplyr,
ggplot2,
tidyr,
data.table,
DT,
gridExtra,
knitr,
rmarkdown,
sf,
testthat
Encoding: UTF-8
BuildVignettes: true
VignetteBuilder: knitr
BugReports: https://github.com/DOI-USGS/dataRetrieval/issues
URL: https://code.usgs.gov/water/dataRetrieval
RoxygenNote: 7.3.2