forked from mikejohnson51/hydrofab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.04 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
Package: hydrofab
Type: Package
Title: Hydrologic Network Refactoring and Aggregation Tools
Version: 0.5.0
Authors@R: c(person("David", "Blodgett", role = c("aut"), email = "dblodgett@usgs.gov"),
person(given = "Mike", family = "Johnson", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5288-8350"), email = "mike.johnson@noaa.gov"))
Description: A collection of tools for maniputatling 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,
jsonlite,
logger,
lwgeom,
methods,
nhdplusTools,
parallel,
pbapply,
rlang,
rmapshaper,
rvest,
sf,
terra,
tidyr,
units,
utils
Suggests:
hyRefactor,
knitr,
magrittr,
mapview,
rmarkdown,
testthat,
tibble,
RSQLite
Remotes: dblodgett-usgs/nhdplusTools
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
VignetteBuilder: knitr