generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.07 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.6.1
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/NOAA-OWP/hydrofab
BugReports: https://github.com/NOAA-OWP/hydrofab/issues
Depends:
R (>= 3.5.0)
Imports:
data.table,
dplyr,
glue,
httr,
hydroloom,
igraph,
logger,
lwgeom,
methods,
nhdplusTools,
parallel,
pbapply,
rlang,
rmapshaper,
rvest,
sf,
stats,
terra,
tibble,
tidyr,
units,
utils,
yyjsonr
Suggests:
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr