-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
47 lines (46 loc) · 1.05 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
Package: hydrofab
Type: Package
Title: Hydrologic Network Refactoring and Aggregation Tools
Version: 0.5.3
Authors@R: c(person(given = "Mike", family = "Johnson",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5288-8350"),
email = "[email protected]"),
person("David", "Blodgett",
role = c("ctb"),
email = "[email protected]"))
Description: A collection of tools for manipulating hydrologic and hydraulic networks
URL: https://github.com/mikejohnson51/hydrofab
BugReports: https://github.com/mikejohnson51/hydrofab/issues
Depends:
R (>= 3.5.0)
Imports:
data.table,
dplyr,
glue,
httr,
igraph,
logger,
lwgeom,
methods,
nhdplusTools,
parallel,
pbapply,
rlang,
rmapshaper,
rvest,
sf,
terra,
tibble,
tidyr,
units,
utils,
yyjsonr
Suggests:
testthat,
knitr
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr