-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.02 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
48
49
50
Package: hydrofabric3D
Title: hydrofabric3D
Version: 0.1.97
Authors@R: c(person("Mike", "Johnson", role = c("aut"), email = "[email protected]"),
person("Angus", "Watters", role = c("aut", "cre"), email = "[email protected]"),
person("Arash", "Modaresi", role = "ctb"),
person("NOAA", role = "fnd"),
person("Lynker", role = "fnd"))
Description: Cuts terrain based cross sections for a river network.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
geos,
wk,
terra,
dplyr,
tidyr,
vctrs,
sf,
smoothr,
zoo,
nhdplusTools,
hydroloom,
fastmap,
DescTools,
purrr,
ggplot2,
rlang,
lwgeom,
rmapshaper,
AHGestimation,
methods
Remotes:
mikejohnson51/AHGestimation
Depends:
R (>= 2.10)
LazyData: true
Config/Needs/website: rmarkdown
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
distill,
pals,
glue,
patchwork
VignetteBuilder: knitr
Config/testthat/edition: 3