-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.62 KB
/
Copy pathDESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.62 KB
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: RivRetrieve
Title: Retrieve Global River Gauge Data
Version: 0.2.0
Authors@R:
c(person("Ryan", "Riggs", , "ryanriggs7@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6834-9469")),
person("Simon", "Moulds", , "sim.moulds@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-7297-482X")),
person("Michel", "Wortmann", , "michel.wortmann@ouce.ox.ac.uk",role=c("aut"), comment = c(ORCID = "0000-0002-1879-7674")),
person("Louise", "Slater", , "louise.slater@ouce.ox.ac.uk",role=c("aut"), comment = c(ORCID = "0000-0001-9416-488X")),
person("George", "Allen", , "geoallen@vt.edu",role=c("aut"), comment = c(ORCID = "0000-0001-8301-5301"))
)
Description: Provides access to global river gauge data from a variety of national-level river agencies. The package interfaces with the national-level agency websites to provide access to river gauge locations, river discharge, and river stage. Currently, the package is available for the following countries: Argentina, Australia, Brazil, Canada, Chile, France, Germany, Japan, South Africa, the United Kingdom, and the United States.
LazyData: true
License: MIT + file LICENSE
URL: https://github.com/Ryan-Riggs/RivRetrieve
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
Imports:
BBmisc,
dataRetrieval,
data.table,
devtools,
dplyr,
httr,
jsonlite,
lubridate,
readr,
rlang,
rlist,
RSelenium,
rvest,
stringr,
tibble,
tidyhydat,
tidyr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3