Package: swmmr
Type: Package
Title: R Interface for US EPA's SWMM
Description: Functions to connect the widely used Storm Water Management Model (SWMM)
  of the United States Environmental Protection Agency (US EPA) 
  <https://www.epa.gov/water-research/storm-water-management-model-swmm> to R with
  currently two main goals: (1) Run a SWMM simulation from R and (2) provide fast 
  access to simulation results, i.e. SWMM's binary '.out'-files. High performance is achieved
  with help of Rcpp. Additionally, reading SWMM's '.inp' and '.rpt' files is supported to 
  glance model structures and to get direct access to simulation summaries.
Version: 0.8.0
Date: 2018-02-28
Authors@R: c(
  person("Dominik", "Leutnant", email = "leutnant@fh-muenster.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3293-2315")), 
  person("Anneke", "Doering", email = "doering@hydromech.uni-hannover.de", role = c("aut"))
  )
URL: https://github.com/dleutnant/swmmr
License: GPL-3
LazyData: TRUE
BugReports: https://github.com/dleutnant/swmmr/issues
ByteCompile: TRUE
Imports: dplyr (>= 0.7.4), purrr (>= 0.2.4), readr (>= 1.1.1), Rcpp,
        tibble (>= 1.2.4), tidyr (>= 0.8.0), utils, xts (>= 0.10-1),
        zoo
LinkingTo: Rcpp
Suggests: DEoptim, ggplot2, sf (>= 0.6-0), knitr, rmarkdown, testthat
SystemRequirements: SWMM (>=5.1.012)
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-03-08 23:23:53 UTC; dominik
Author: Dominik Leutnant [aut, cre] (<https://orcid.org/0000-0003-3293-2315>),
  Anneke Doering [aut]
Maintainer: Dominik Leutnant <leutnant@fh-muenster.de>
Repository: CRAN
Date/Publication: 2018-03-08 23:32:23 UTC
