-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.22 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
Package: ldc
Type: Package
Title: Calculate and Plot Pollutant Load Duration Curves
Version: 0.1.0
Authors@R: c(person("Michael", "Schramm",
role = c("aut", "cre"),
email = "mpschramm@gmail.com",
comment = c(ORCID = "0000-0003-1876-6592")),
person("Texas Water Resources Institute",
role = "cph"))
Maintainer: Michael Schramm <mpschramm@gmail.com>
Description: Load duration curves are a method for visualizing pollutant
loads in freshwater streams based on the assumed relationship between
streamflow and load. Functions are provided for calculating exceedance
probabilities, pollutant loading, and plotting load duration curves.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10),
RoxygenNote: 7.1.2
Imports:
DescTools,
dplyr (>= 0.8.0),
ggplot2,
Hmisc,
magrittr,
purrr,
rlang,
units
URL: https://github.com/TxWRI/ldc,
https://txwri.github.io/ldc/
BugReports: https://github.com/TxWRI/ldc/issues
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
vdiffr,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/website: TxWRI/twriTemplates