-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.31 KB
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
Package: kwb.read
Title: Functions reading specific input data, e.g. files provided by BWB
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 = "0000-0003-0647-7726"),
person("Franziska", "Knoche", , "franziska.knoche@kompetenz-wasser.de", role = "ctb"),
person("FAKIN", role = "fnd"),
person("KURAS", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH", role = "cph")
)
Description: Functions reading specific input data, e.g. files provided by
BWB. E.g. rain data (5 min values) and rain correction tables (on
daily basis).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.read
BugReports: https://github.com/KWB-R/kwb.read/issues
Imports:
janitor,
kwb.base,
kwb.datetime,
kwb.db,
kwb.en13508.2,
kwb.file,
kwb.utils,
xml2
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.base,
github::kwb-r/kwb.datetime,
github::kwb-r/kwb.db,
github::kwb-r/kwb.en13508.2,
github::kwb-r/kwb.file,
github::kwb-r/kwb.utils
Encoding: UTF-8
RoxygenNote: 7.2.3