-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
49 lines (49 loc) · 1.25 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
Package: datenguideR
Title: Access and Download German Regional Statistics from the Datenguide Project
Version: 0.0.0.9000
Authors@R: c(
person(given = "Lisa",
family = "Hehnke",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Fabio",
family = "Votta",
role = c("aut"),
email = "[email protected]"),
person(given = "Veronika",
family = "Grupp",
role = c("aut"),
email = "[email protected]"),
person(given = "Konrad",
family = "Wölms",
role = c("ctb"),
email = "[email protected]"))
Description: Access and download German regional statistics from Datenguide <http://datengui.de>.
datenguideR provides a wrapper for their GraphQL API and also includes metadata for
all available statistics and regions.
License: GPL-3
Depends: R (>= 3.6.0)
Suggests:
testthat (>= 3.0.0),
covr,
spelling,
rlang (>= 0.4.10),
sf
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2.9000
Imports:
dplyr,
glue,
httr,
jsonlite,
magrittr,
purrr,
ggplot2,
stringr,
tibble,
tidyr,
usethis,
utils
Language: en-US