-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.02 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Type: Package
Package: kwb.pilot
Title: Importing, Aggregating and Visualising Data From KWB Pilot Plants
Version: 0.3.0
Authors@R: c(
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0001-9134-2871")),
person("AquaNES", role = "fnd"),
person("MBR 4.0", role = "fnd"),
person("SULEMAN", role = "fnd"),
person("ULTIMATE", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: Collects, aggregates and visualises operational and
analytical data from water suppliers (including a standardised
reporting document).
License: MIT + file LICENSE
URL: https://github.com/kwb-r/kwb.pilot
BugReports: https://github.com/kwb-r/kwb.pilot/issues
Depends:
R (>= 3.6)
Imports:
data.table (>= 1.13.4),
dbplyr (>= 2.0.0),
digest (>= 0.6.27),
dplyr (>= 1.0.2),
dygraphs (>= 1.1.1.6),
fasttime (>= 1.0.2),
fs (>= 1.5.0),
fst (>= 0.9.4),
ggforce (>= 0.3.2),
ggplot2 (>= 3.3.2),
htmlwidgets (>= 1.5.3),
influxdbclient (>= 0.1.0),
janitor (>= 2.0.1),
kwb.nextcloud (>= 0.3.0),
kwb.utils (>= 0.7.0),
leaflet (>= 2.0.3),
lubridate (>= 1.7.9.2),
magrittr (>= 2.0.1),
plotly (>= 4.9.2.1),
plyr (>= 1.8.6),
readr (>= 1.4.0),
readxl (>= 1.3.1),
rmarkdown (>= 2.6),
rvest (>= 0.3.6),
shiny (>= 1.5.0),
shinythemes (>= 1.1.2),
stringr (>= 1.4.0),
tibble (>= 3.0.4),
tidyr (>= 1.1.2),
tidyselect (>= 1.1.1),
withr (>= 2.3.0),
xml2 (>= 1.3.2),
xts (>= 0.12.1)
Suggests:
covr (>= 3.5.1),
knitr (>= 1.30),
remotes (>= 2.2.0),
testthat (>= 3.0.1),
usethis (>= 2.0.1)
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.nextcloud,
github::kwb-r/kwb.utils
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2