Package: SWATplusR
Type: Package
Title: Running SWAT2012 and SWAT+ Projects in R
Version: 0.5
Authors@R: person("Christoph", "Schuerz",
                email = "c.schuerz@posteo.org",
                role = c("aut", "cre"),
                comment = c(ORCID = '0000-0002-7204-5828'))
Maintainer: Christoph Schuerz <c.schuerz@posteo.org>
Description: SWATplusR 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 (>= 0.3.2),
    readr (>= 2.0),
    RSQLite (>= 2.1.1),
    stringr (>= 1.4.0),
    tibble (>= 2.1.1),
    tidyselect (>= 1.1)
RoxygenNote: 7.1.2
URL: https://github.com/chrisschuerz/SWATplusR
BugReports: https://github.com/chrisschuerz/SWATplusR/issues
Suggests:
    devtools,
    knitr,
    rmarkdown,
    testthat
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
