forked from DOI-USGS/dataRetrieval
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.85 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
Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Version: 2.7.4
Date: 2017-09-27
Authors@R: c(person("Robert", "Hirsch", role = c("aut"),
email = "[email protected]",
comment=c(ORCID="0000-0002-4534-075X")),
person("Laura", "DeCicco", role = c("aut","cre"),
email = "[email protected]",
comment=c(ORCID="0000-0002-3915-9487")),
person("David","Lorenz", role=c("aut")),
person("Jordan", "Read", role = c("ctb"),
email = "[email protected]"),
person("Jordan", "Walker", role = c("ctb"),
email = "[email protected]"),
person("Lindsay","Carr", role=c("ctb"),
email = "[email protected]"),
person("David","Watkins", role=c("aut"),
email = "[email protected]",
comment=c(ORCID="0000-0002-7544-0700")))
Description: Collection of functions to help retrieve U.S. Geological Survey
(USGS) and U.S. Environmental Protection Agency (EPA) water quality and
hydrology data from web services. USGS web services are discovered from
National Water Information System (NWIS) <https://waterservices.usgs.gov/> and <https://waterdata.usgs.gov/nwis>.
Both EPA and USGS 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.0)
Imports:
httr (>= 1.0.0),
curl,
reshape2,
lubridate (>= 1.5.0),
stats,
utils,
dplyr,
xml2,
readr (>= 1.0.0),
jsonlite
Suggests:
htmlTable,
knitr,
testthat
BuildVignettes: true
VignetteBuilder: knitr
BugReports: https://github.com/USGS-R/dataRetrieval/issues
URL: https://pubs.usgs.gov/tm/04/a10/
RoxygenNote: 6.1.1