-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.7 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
44
45
46
47
48
49
50
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.9.1.9000
Authors@R: c(
person("Dominik", "Leutnant", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3293-2315")),
person("Anneke", "Doering", email = "[email protected]",
role = c("aut")),
person("Malte", "Henrichs", email = "[email protected]",
role = c("ctb")),
person("Hauke", "Sonnenberg", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0001-9134-2871"))
)
URL: https://github.com/dleutnant/swmmr
License: GPL-3
LazyData: TRUE
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