-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.06 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
Package: kwb.epanet
Title: R Package for Interfacing EPANET
Version: 0.2.0
Authors@R: c(
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9134-2871")),
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0003-0647-7726")),
person("FAKIN", role = "fnd"),
person("OPTIWELLS-2", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: Functions enabling the reading and writing of EPANET
(http://www.epa.gov/nrmrl/wswrd/dw/epanet.html) input files and
reading of output files.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.epanet
BugReports: https://github.com/KWB-R/kwb.epanet/issues
Imports:
gtools,
kwb.plot,
kwb.utils,
lattice,
plot3D
Suggests:
covr,
testthat
Remotes:
github::kwb-r/kwb.plot,
github::kwb-r/kwb.utils
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2