-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.14 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
Package: RSWAT
Type: Package
Title: SWAT/SWAT+ Calibration and Uncertainty Analysis
Version: 1.0.0
Author: Tam V. Nguyen
Maintainer: Tam V. Nguyen <[email protected]>
Description: Parameter calibration and uncertainty analysis with SWAT/SWAT+ and their modified versions.
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/tamnva/R-SWAT
BugReports: https://github.com/tamnva/R-SWAT/issues
Depends: R (>= 4.0)
License: GPL (>= 3)
Imports:
DT (>= 0.26),
magrittr (>= 2.0.3),
doParallel (>= 1.0.17),
stats (>= 4.1.2),
utils (>= 4.1.2),
foreach (>= 1.2.0),
htmltools (>= 0.5.7),
parallel (>= 4.1.2),
lhs (>= 1.1.4),
plotly (>= 4.10.0),
ggplot2 (>= 3.4.4),
shiny (>= 1.7.1),
shinyjs (>= 2.1.0),
shinydashboard (>= 0.7.2),
shinyFiles (>= 0.9.1),
tippy (>= 0.1.0),
excelR (>= 0.4.0),
spsComps (>= 0.3.2.1)
Suggests:
optimization (>= 1.0-9),
sensitivity (>= 1.27.0),
nloptr (>= 2.0.0),
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
SystemRequirements: SWAT/SWAT+ executable files (https://swat.tamu.edu/software/)