-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.42 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
Type: Package
Package: RegionalCurve
Title: A Collection of Hydraulic Regional Curve Relationships
Version: 0.1.7
Authors@R: c(
person("Michael", "Dougherty",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1465-5927")),
person("Christopher", "Haring",
email = "[email protected]",
role = c("aut"))
)
Maintainer: Michael Dougherty <[email protected]>
Description: Data from studies that delineate regional hydraulic geometry
relationships. These data have been compiled from a wide range of studies
into a single table to provide a comprehensive one-stop source. Accessor
functions have also been included to streamline the application of
dimensions in other analyses and visualizations.
License: CC0
URL: https://github.com/FluvialGeomorph/RegionalCurve,
https://fluvialgeomorph.github.io/RegionalCurve/
BugReports: https://github.com/FluvialGeomorph/RegionalCurve/issues
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
ggplot2,
lifecycle,
rlang,
stringr,
tidyr
Suggests:
covr,
kableExtra,
knitr,
oysteR,
patchwork,
rcompendium,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3