-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.29 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
Package: RatingShiftHappens
Type: Package
Title: Tools for Detecting, Visualizing and Estimating Rating Shifts
Version: 0.1.0
Author: c(
person("Felipe", "Mendez", email = "felipe-alberto.mendez-rios@inrae.fr",role = c("aut", "cre"),comment = c(ORCID = "0009-0004-0371-8699")),
person("Benjamin", "Renard", email = "benjamin.renard@inrae.fr",role = c("aut"),comment = c(ORCID = "0000-0001-8447-5430")),
person("Matteo", "Darienzo", role = c("aut")),
person("INRAE", role = c("fnd")),
person("Ministère de la Transition Ecologique - SCHAPI", role = c("fnd")))
Maintainer: <felipe-alberto.mendez-rios@inrae.fr>
Description: This package provides operational tool for detecting, visualizing and estimating stage-discharge rating shifts.
It is based on Darienzo et al. (2021) <https://doi.org/10.1029/2020WR028607>
and Mansanarez et al. (2019) <https://doi.org/10.1029/2018WR023389>.
See also BayDERS <https://github.com/MatteoDarienzo/BayDERS> for similar tools.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
RBaM,
ggplot2,
dplyr,
tidyr,
lubridate,
patchwork,
ggnewscale,
RColorBrewer,
stringr,
scales,
tibble,
rlang,
gridExtra
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)