-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
19 lines (19 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: hydroGOF
Type: Package
Title: Goodness-of-Fit Functions for Comparison of Simulated and Observed Hydrological Time Series
Version: 0.6-0
Authors@R: c( person("Mauricio Zambrano-Bigiarini", email = "mzb.devel@gmail.com", role=c("aut", "cre", "cph"), comment=c(ORCID = "0000-0002-9536-643X")) )
Maintainer: Mauricio Zambrano-Bigiarini <mzb.devel@gmail.com>
Description: S3 functions implementing both statistical and graphical goodness-of-fit measures between observed and simulated values, mainly oriented to be used during the calibration, validation, and application of hydrological models. Missing values in observed and/or simulated values can be removed before computations. Comments / questions / collaboration of any kind are very welcomed.
License: GPL (>= 2)
Depends: R (>= 2.10.0), zoo (>= 1.7-2)
Imports: hydroTSM (>= 0.5-0), xts (>= 0.8-2), methods, stats
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/hzambran/hydroGOF
MailingList: https://stat.ethz.ch/mailman/listinfo/r-sig-ecology
BugReports: https://github.com/hzambran/hydroGOF/issues
LazyLoad: yes
NeedsCompilation: no
Repository: CRAN
Packaged: Wed 08 May 2024 05:31:16 PM -04 ; hzambran