-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3292de6
commit 7000083
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Authors@R: c(person("Birgir", "Hrafnkelsson", email = "[email protected]", role = c | |
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: yes | ||
LazyData: true | ||
License: MIT + file LICENSE | ||
RoxygenNote: 7.3.2 | ||
Imports: | ||
|
@@ -32,5 +32,3 @@ Encoding: UTF-8 | |
LinkingTo: | ||
Rcpp (>= 0.11.0), | ||
RcppArmadillo (>= 0.2.35) | ||
|
||
ByteCompile: TRUE |