-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 998 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
Package: hydrolinks
Type: Package
Title: Hydrologic Network Linking Data and Tools
Version: 0.10.0
Authors@R: c( person("Tobi", "Hahn", role = c("aut"),
email = "hahnt2@rpi.edu"),
person("Luke", "Winslow", role = c("aut", "cre"),
email = "lawinslow@gmail.com"),
person("Taylor", "Leach", role = c("ctb"),
email = "leacht@rpi.edu"),
person("Kevin", "Rose", role = c("ths"),
email = "rosek4@rpi.edu"))
Description: Tools to link geographic data with hydrologic network, including lakes, streams and rivers.
Includes automated download of U.S. National Hydrography Network and other hydrolayers.
Imports:
dplyr,
dbplyr,
httr,
tools,
rappdirs,
sf (>= 0.6),
RSQLite,
units,
stats
Suggests:
testthat,
knitr,
rmarkdown,
dataRetrieval,
USAboundaries,
ggplot2,
gridExtra,
kableExtra,
R.rsp
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: R.rsp