-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 977 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
Package: hyAggregate
Title: Hydrologic and Hydrographic Network Aggregating Tools Based on HY_Features
Version: 0.0.3
Authors@R:
person("Mike", "Johnson", , "mikecp11@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: A collection of tools for normalizing and aggregating the size of hydrolgic and hydrograhic networks.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
URL: https://github.com/noaa-owp/hyAggregate
BugReports: https://github.com/noaa-owp/hyAggregate/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
fst,
httr,
igraph,
jsonlite,
logger,
nhdplusTools,
rmapshaper,
RNetCDF,
sbtools,
sf,
stats,
sys,
terra,
tidyr,
tools,
units,
zonal
Remotes:
mikejohnson51/zonal
VignetteBuilder: knitr
Suggests:
arrow,
ggplot2,
knitr,
mapview,
patchwork,
rmarkdown