generated from CorrelAid/r-bare-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.42 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
Package: restatis
Title: R Wrapper to access a wide range of Germany's Federal Statistical System
databases based on the GENESIS Web Service RESTful API of the German
Federal Statistical Office (Statistisches Bundesamt/Destatis)
Version: 0.2.0
Authors@R: c(
person("Yannik", "Buhl", , "[email protected]", role = c("aut", "cre")),
person("Zoran", "Kovacevic", role = "aut",
comment = c(ORCID = "0009-0002-0156-0862")),
person("Dorian", "Le Jeune", role = "aut"),
person("Long", "Nguyen", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8878-7386")),
person("Johannes", "Ritter", role = "aut")
)
Description: A RESTful API wrapper for accessing the GENESIS database of
the German Federal Statistical Office (Destatis) as well as its Census
Database and the database of Germany's regional statistics. Supports data
search functions, credential management, result caching, and handling
remote background jobs for large datasets.
License: MIT + file LICENSE
URL: https://correlaid.github.io/restatis/
Depends:
R (>= 2.10)
Imports:
askpass,
httr2,
memoise,
readr,
tibble,
vctrs,
purrr
Suggests:
httptest2,
usethis,
knitr,
rmarkdown,
testthat (>= 3.0.0),
rvest
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2