-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.77 KB
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
41
42
43
44
Package: tidyhydro
Type: Package
Title: Tidy Metrics for Assessing Hydrological Models Performance
Version: 0.1.2.9000
Authors@R:
person(given = "Anatoly", family = "Tsyplenkov", email = "atsyplenkov@fastmail.com", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0003-4144-8402"))
Maintainer: Anatoly Tsyplenkov <atsyplenkov@fastmail.com>
Description: Provides tidy tools to measure the characteristics of hydrological time series and to assess the performance of hydrological models. Includes compatibility with the 'yardstick' package for model performance evaluation using commonly used metrics such as the Nash–Sutcliffe Efficiency (NSE), Kling–Gupta Efficiency (KGE), percent bias (pBIAS) and etc. Additionally provides a set of measures to calculate the descriptive statistics of a single dataset in accordance with Helsel et al. (2020). Helsel DR, Hirsch RM, Ryberg KR, Archfield SA, Gilroy EJ. Statistical methods in water resources. Reston, VA: 2020. <https://doi.org/10.3133/tm4A3>.
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
Imports:
cli,
checkmate (>= 2.3.1),
Rcpp (>= 1.0.12),
rlang (>= 1.1.0),
yardstick (>= 1.3.1),
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Language: en-US
Suggests:
hydroGOF,
testthat (>= 3.0.0),
quickcheck (>= 0.1.3),
dplyr
Config/testthat/edition: 3
URL: https://github.com/atsyplenkov/tidyhydro, https://atsyplenkov.github.io/tidyhydro/
BugReports: https://github.com/atsyplenkov/tidyhydro/issues
LazyData: true
Config/Needs/website: bench, ggplot2, quarto, lubridate, dplyr
Collate:
'RcppExports.R'
'aaa-new.R'
'central-tendency.R'
'data.R'
'kge.R'
'mse.R'
'nse.R'
'pbias.R'
'press.R'
'sfe.R'
'tidyhydro-package.R'
'variability.R'