-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.39 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: aquanes.report
Type: Package
Title: Automated Reporting Tool for Water Suppliers
Version: 0.5.0
Authors@R: c(person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
person("Kompetenzzentrum Wasser Berlin gGmbH", role = c("cph")),
person("AquaNES", role = c("fnd")))
Description: Collects, aggregates and visualises operational and
analytical data from water suppliers (including a standardised
reporting document).
Depends: R (>= 3.3)
Imports:
plyr (>= 1.8.4),
RMySQL (>= 0.10.9),
dplyr (>= 0.7.1),
dbplyr (>= 1.0.0),
readxl (>= 1.0.0),
readr (>= 1.1.0),
tidyr (>= 0.6.1),
ggplot2 (>= 2.2.1),
ggforce (>= 0.1.1),
xml2 (>= 1.1.0),
rvest (>= 0.3.2),
shiny (>= 1.0.0),
shinythemes (>= 1.1.1),
dygraphs (>= 1.1.1.4),
digest (>= 0.6.11),
leaflet (>= 1.1.0),
rmarkdown (>= 1.3),
xts (>= 0.9-7),
lubridate (>= 1.6.0),
fasttime (>= 1.0-2),
data.table (>= 1.10.4),
stringr (>= 1.2.0),
fst (>= 0.8),
magrittr (>= 1.5),
janitor (>= 0.3.0)
Suggests:
devtools (>= 1.13.0),
knitr,
covr,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/kwb-r/aquanes.report
BugReports: https://github.com/kwb-r/aquanes.report/issues
VignetteBuilder: knitr