-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
48 lines (48 loc) · 1.1 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
Package: gwavr
Title: Get Water Attributes Visually in R
Version: 0.3.2
Authors@R:
person(given = "Joshua",
family = "Erickson",
role = c("aut", "cre"),
email = "[email protected]")
Description: Provides methods to Get Water Attributes Visually in R ('gwavr'). This allows the user to point and click on areas within the United States and get back hydrological data, e.g. flowlines, catchments, basin boundaries, comids, etc.
URL: https://github.com/joshualerickson/gwavr/
BugReports: https://github.com/joshualerickson/gwavr/issues/
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
httr,
jsonlite,
leaflet,
leaflet.extras,
nhdplusTools,
purrr,
scales,
sf,
shiny,
promises,
miniUI,
shinyWidgets,
tidyr,
units,
utils,
elevatr,
whitebox,
terra,
rlang,
htmlwidgets
Suggests:
spelling,
knitr,
rmarkdown,
stringr,
readr,
magick,
testthat (>= 3.0.0)
Language: en-US
Config/testthat/edition: 3
LazyData: true