Changes in version 0.1.1 Adapt swmmr dependency to use hsonne/swmmr@dev instead of hsonne/swmmr@mydev (has been deleted) Changes in version 0.1.0 - Functions - download_swmm_executable(): downloads SWMM executable from USEPA`s GitHub repo of https://github.com/USEPA/Stormwater-Management-Model/releases - run_swmm(): compared to swmmr::run_swmm()it allows to use allows to run SWMM model in model folder, i.e. it is possible to define paths to climate data in swmm_model.inp with relative paths (if these are contained in the same folder or a subfolder of the model_dir) - get_results() function for importing SWMM results into R - calculate_rainevent_stats() for aggregation of imported results based on user-defined column (default: total_runoff), function (default: sum) and event separation time - get_lid_para_types(): returning tidy tibble with expected/possible system elements for different low impact development elements - Workflow on how to use this R package Changes in version 0.0.0.9000 - Added a NEWS.md file to track changes to the package. - see https://style.tidyverse.org/news.html for writing a good NEWS.md