forked from sor16/bdrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·27 lines (27 loc) · 893 Bytes
/
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
Package: bdrc
Title: Bayesian Discharge Rating Curves
Version: 0.0.0.9002
Authors@R: c(person("Birgir", "Hrafnkelsson", email = "[email protected]", role = c("aut","cph")),
person("Solvi", "Rognvaldsson", email = "[email protected]", role = c("aut","cre")),
person("Axel Orn", "Jansson", email = "[email protected]", role = c("aut")),
person("Rafael", "Vias", email = "[email protected]", role = c("aut"))
)
Description: Fits discharge rating curves from paired stage and discharge measurements in rivers using a Bayesian hierarchical model.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Imports:
ggplot2,
grid,
gridExtra,
rlang
Suggests:
testthat,
knitr,
rmarkdown,
covr,
vdiffr
VignetteBuilder: knitr
BugReports: https://github.com/sor16/bdrc/issues
Encoding: UTF-8