-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.18 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
Package: kwb.fisbroker
Title: R Package for Getting Spatial Data from FIS-Broker
Version: 0.0.0.9000
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 = c("aut"),
comment = c(ORCID = "0000-0001-9134-2871")),
person("IMPETUS", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: R Package for getting spatial data from FIS-Broker
(https://www.stadtentwicklung.berlin.de/geoinformation/fis-broker/).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.fisbroker
BugReports: https://github.com/KWB-R/kwb.fisbroker/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
fs,
httr,
jsonlite,
kwb.utils,
magrittr,
readr,
rlang,
rvest,
sf,
tibble,
tidyr,
xml2
Suggests:
covr,
DT,
ggplot2,
knitr,
leaflet,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.utils
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1