-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.31 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
Package: kwb.site
Title: R Package for Scraping Our Offical KWB Website (Before Re-De# 2021)
Version: 0.1.0
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre"),
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "FAKIN",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: This package contains functions for scraping
our official [KWB website](https://kompetenz-wasser.de). The data for
all projects and people can be collected in order to provide an
overview of the website`s content and in order to be integrate that
data into a KWB knowledge repo.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.site
BugReports: https://github.com/KWB-R/kwb.site/issues
Imports:
data.table,
dplyr,
forcats,
lubridate,
jsonlite,
glue,
kwb.utils,
ggplot2,
htmlwidgets,
plotly,
stringr,
tibble,
rvest,
rlang,
xml2,
magrittr
Suggests:
covr,
DT,
knitr,
readr,
rmarkdown,
sessioninfo
Remotes:
github::kwb-r/kwb.utils
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1