-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.27 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
Package: AHGestimation
Title: An R package for Computing Robust, Mass Preserving Hydraulic Geometries and Rating Curves
Description: Compute mass preserving 'At a station Hydraulic Geometry' (AHG) fits from river measurements.
Version: 0.3.1
Authors@R:
c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
email = "mike.johnson@noaa.gov",
comment = c(ORCID = "0000-0002-5288-8350")),
person(given = "Arash",
family = "Modaresi Rad",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6030-7923")),
person(given = "NOAA OWP", role = "fnd"),
person(given = "NSF", role = "fnd"))
Maintainer: Mike Johnson <mike.johnson@noaa.gov>
BugReports: https://github.com/mikejohnson51/AHGestimation/issues
URL: https://github.com/mikejohnson51/AHGestimation
Depends:
R(>= 4.2.0)
Imports:
DescTools,
dplyr,
geodist,
mco,
pbapply,
stats,
sf,
utils
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
distill,
DT,
scatterplot3d,
ggplot2,
ggrepel,
kableExtra,
knitr,
patchwork,
rmarkdown,
testthat (>= 3.0.0),
tidyr
Config/testthat/edition: 3
VignetteBuilder: knitr