-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.37 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: SWATrunR
Type: Package
Title: Running SWAT2012 and SWAT+ Projects in R
Version: 0.9.4
Authors@R: person("Christoph", "Schuerz",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = '0000-0002-7204-5828'))
Maintainer: Christoph Schuerz <[email protected]>
Description: SWATrunR links your SWAT2012 and SWAT+ projects on the local hard
drive with your modeling work flows in R. You can specify simulation
outputs, alter model paramaters, and control many SWAT simulation
parameters from R. SWATplusR returns simulations in a tidy format,
offers parallel computing, and incremental saving of simulations in data
bases.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0)
Imports:
dbplyr (>= 1.3.0),
dplyr (>= 0.8.0.1),
doSNOW (>= 1.0.16),
foreach (>= 1.4.4),
lubridate (>= 1.7.4),
parallel (>= 3.5.3),
processx (>= 3.4.5),
purrr (>= 1.0.0),
readr (>= 2.0),
RSQLite (>= 2.1.1),
stringr (>= 1.4.0),
tibble (>= 2.1.1),
tidyselect (>= 1.1)
RoxygenNote: 7.2.3
URL: https://github.com/chrisschuerz/SWATrunR
BugReports: https://github.com/chrisschuerz/SWATrunR/issues
Suggests:
devtools,
knitr,
rmarkdown,
testthat
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr