-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 1.64 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
Package: wasserportal
Title: R Package with Functions for Scraping Data of Wasserportal Berlin
Version: 0.4.0
Authors@R: c(
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = "aut",
comment = c(ORCID = "0000-0001-9134-2871")),
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
person("AD4GD", role = "fnd"),
person("DWC", role = "fnd"),
person("IMPETUS", role = "fnd"),
person("PROMISCES", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: R Package with Functions for Scraping Data of Wasserportal
Berlin (https://wasserportal.berlin.de), which contains real-time data
of surface water and groundwater monitoring stations.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/wasserportal
BugReports: https://github.com/KWB-R/wasserportal/issues
Imports:
archive,
data.table,
dplyr,
fs,
httr,
kwb.datetime,
kwb.utils,
magrittr,
readr,
rlang,
rvest,
stringr,
tibble,
tidyr,
withr,
xml2
Suggests:
covr,
DT,
forcats,
ggplot2,
gridExtra,
htmltools,
htmlwidgets,
janitor,
jsonlite,
knitr,
kwb.pkgbuild,
leaflet,
openxlsx,
plotly,
rmarkdown,
sf,
testthat (>= 3.0.0),
tidyselect
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.datetime,
github::kwb-r/kwb.pkgbuild,
github::kwb-r/kwb.utils
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1