-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.13 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
Type: Package
Package: adc
Title: Calculate Antecedent Discharge Conditions
Version: 1.0.0.9000
Authors@R: c(
person("Michael", "Schramm", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-1876-6592")),
person("Nick", "Bond", role = "ctb",
comment = "Author of the hydrostats::baseflow function")
)
Maintainer: Michael Schramm <[email protected]>
Description: Calculates some antecedent discharge conditions useful in
water quality modeling. Includes methods for calculating flow
anomalies, base flow, and smooth discounted flows from daily flow
measurements. Antecedent discharge algorithms are described and
reviewed in Zhang and Ball (2017) <doi:10.1016/j.jhydrol.2016.12.052>.
License: GPL (>= 3)
URL: https://github.com/TxWRI/adc, https://txwri.github.io/adc/
BugReports: https://github.com/TxWRI/adc/issues
Depends:
R (>= 2.10)
Imports:
runner,
stats
Suggests:
covr,
testthat (>= 3.0.0)
Config/Needs/website: TxWRI/twriTemplates
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2