-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.95 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: fluvgeo
Title: A Package for Fluvial Geomorphic Analysis
Version: 0.1.53
Authors@R: c(
person("Michael", "Dougherty",
email = "Michael.P.Dougherty@usace.army.mil",
role = c("aut"),
comment = c(ORCID = "0000-0002-1465-5927")),
person("Christopher", "Haring",
email = "Christopher.P.Haring@usace.army.mil",
role = c("aut")),
person("Barrie","Chileen Martinez",
email = "Barrie.V.Chileen@usace.army.mil",
role = c("aut","cre"),
comment = c(ORCID = "0000-0002-6960-8167")),
person("Thomas", "Darby", role = c("ctb")),
person("Davi", "Michl", role = c("ctb"))
)
Description: This package contains a wide range of functions for performing
fluvial geomorphic analysis. This package is designed for use with the
FluvialGeomorph Python package. The FluvialGeomorph package contains an
ArcGIS toolbox that can be used to extract spatial data from high-
resolution terrain data. FluvialGeomorph uses functions in this package
to perform a wide range of fluvial geomorphic analysis (e.g., extract
stream channel dimensions, help choose bankfull elevation for ungaged
streams).
License: file LICENSE
URL: https://github.com/FluvialGeomorph/fluvgeo, https://fluvialgeomorph.github.io/fluvgeo/
BugReports: https://github.com/FluvialGeomorph/fluvgeo/issues
Depends: R (>= 2.10)
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
kableExtra,
pander
VignetteBuilder: knitr
Imports:
assertthat,
conicfit,
dplyr,
ggplot2,
ggrepel,
grDevices,
gridExtra,
gtable,
magrittr,
Metrics,
mapboxapi,
patchwork,
purrr,
raster,
readr,
RegionalCurve (>= 0.1.6),
reshape2,
rlang,
rmarkdown,
scales,
sf,
stats,
terra,
terrainr,
testthat,
tidyr,
tmap (>= 3.99.9003),
utils
RoxygenNote: 7.3.2
Remotes:
FluvialGeomorph/RegionalCurve,
r-tmap/tmap