-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 991 Bytes
/
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
Encoding: UTF-8
Package: FlowFinder
Title: Find, Vizualize and Download NWM and NHD Data in 'Shiny'
Version: 0.1.1
Authors@R: as.person(c(
"Mike Johnson <[email protected]> [aut, cre]",
"Pat Johnson <[email protected]> [aut]"
))
Description: Easily find, vizualize and download the National Hydrograph Dataset (NHD) and NOAA National Water Model Data.
URL: https://github.com/mikejohnson51/FlowFinder
BugReports: https://github.com/mikejohnson51/FlowFinder/issues
Depends:
R (>= 3.0.0),
HydroData,
ggplot2,
leaflet,
dygraphs,
spdplyr,
shinydashboard,
shinyBS,
shinyWidgets,
AOI
Imports:
shiny (>= 1.0.4),
dplyr,
DT,
fst,
kableExtra,
knitr,
shinyjs,
shinycssloaders,
ncdf4,
magrittr,
tidyr,
utils,
lutz,
sp,
purrr,
leaflet.extras,
lubridate,
xts,
reshape2
Suggests:
covr,
testthat
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1