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) 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.9.1.9000 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")), person("Malte", "Henrichs", email = "henrichs@fh-muenster.de", role = c("ctb")), person("Hauke", "Sonnenberg", email = "hauke.sonnenberg@gmx.de", role = c("ctb"), comment = c(ORCID = "0000-0001-9134-2871")) ) URL: https://github.com/dleutnant/swmmr License: GPL-3 Encoding: UTF-8 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 (>= 1.0.0), utils, xts (>= 0.10-1), zoo LinkingTo: Rcpp Suggests: DEoptim, ggplot2, sf (>= 0.6-1), knitr, rmarkdown, testthat SystemRequirements: SWMM (>=5.1.012) RoxygenNote: 7.1.2 Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate")) VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://kwb-r.r-universe.dev Date/Publication: 2022-02-02 09:43:32 UTC RemoteUrl: https://github.com/hsonne/swmmr RemoteRef: HEAD RemoteSha: 820fe76a47cf7a0ca2547ce35920aa30de94207b NeedsCompilation: yes Packaged: 2026-06-24 14:33:21 UTC; root Author: Dominik Leutnant [aut, cre] (ORCID: ), Anneke Doering [aut], Malte Henrichs [ctb], Hauke Sonnenberg [ctb] (ORCID: ) Maintainer: Dominik Leutnant