-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.47 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
41
42
43
44
45
46
47
48
Package: SWATtunR
Type: Package
Title: Soft & Hard Calibration, Validation Package for SWAT+ models
Version: 0.0.2
Authors@R: c(
person("Svajunas", "Plunge", , "svajunas.plunge@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-8897-3349')),
person("Christoph", "Schuerz", , "christoph.schuerz@ufz.de", role = "aut",
comment = c(ORCID = "0000-0002-7204-5828")),
person("Michel", "Strauch", , "michael.strauch@ufz.de", role = "aut",
comment = c(ORCID = "0000-0002-9872-6904")),
person("Mikołaj", "Piniewski", , "mikolaj_piniewski@sggw.edu.pl", role = "aut",
comment = c(ORCID = "0000-0001-7930-4549")))
Maintainer: Svajunas Plunge <svajunas.plunge@gmail.com>
Description: Comprehensive set of tools for soft and hard model calibration, validation steps, calculating performance metrics, plotting model output for user decision-making, and updating parameters in the model files.
License: MIT + file LICENSE
URL: https://github.com/biopsichas/SWATtunR
BugReports: https://github.com/biopsichas/SWATtunR/issues
Depends:
R (>= 4.2.0)
Imports:
data.table,
dygraphs,
dplyr,
gridExtra,
ggplot2,
hydroGOF,
lhs,
lubridate,
tibble,
tidyr,
tidyselect,
purrr,
readr,
scales,
stats,
stringr,
xts
Suggests:
knitr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2