-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·34 lines (34 loc) · 1.32 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
Package: bdrc
Title: Bayesian Discharge Rating Curves
Version: 2.0.0
Authors@R: c(person("Birgir", "Hrafnkelsson", email = "[email protected]", role = c("aut","cph"),comment=c(ORCID="0000-0003-1864-9652")),
person("Solvi", "Rognvaldsson", email = "[email protected]", role = c("aut"),comment=c(ORCID="0000-0002-4376-3361")),
person(given = "Rafael Daníel", family = "Vias", email = "[email protected]", role = c("aut", "cre"), comment=c(ORCID = "0009-0007-2601-6800")),
person("Axel Orn", "Jansson", email = "[email protected]", role = c("aut"))
)
Maintainer: Rafael Daníel Vias <[email protected]>
Description: Fits a discharge rating curve based on the power-law and the generalized power-law from data on paired stage and discharge measurements in a given river using a Bayesian hierarchical model as described in Hrafnkelsson et al. (2020) <arXiv:2010.04769>.
Depends: R (>= 3.5.0)
LazyData: true
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Imports:
ggplot2,
grid,
gridExtra,
Rcpp (>= 0.11.0),
rlang,
scales
Suggests:
testthat,
knitr,
rmarkdown,
covr,
vdiffr
VignetteBuilder: knitr
URL: https://sor16.github.io/bdrc/
BugReports: https://github.com/sor16/bdrc/issues/
Encoding: UTF-8
LinkingTo:
Rcpp (>= 0.11.0),
RcppArmadillo (>= 0.2.35)