-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
24 lines (24 loc) · 834 Bytes
/
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
Package: wiesbaden
Title: Access Databases from the Federal Statistical Office of Germany
Version: 1.2.10
Authors@R: c(person("Moritz", "Marbach", role = c("aut", "cre"), email="m.marbach@ucl.ac.uk", comment = c(ORCID = "0000-0002-7101-2821")))
Description: Retrieve and import data from different databases of the Federal Statistical Office of Germany (DESTATIS) using their SOAP XML web service <https://www-genesis.destatis.de/>.
Depends:
R (>= 3.3.1)
License: GPL-3
URL: https://github.com/sumtxt/wiesbaden/
BugReports: https://github.com/sumtxt/wiesbaden/issues
Encoding: UTF-8
Imports:
httr (>= 1.2.1),
xml2 (>= 1.0.0),
stringr (>= 1.1.0),
stringi (>= 1.4.0),
readr (>= 1.0.0),
jsonlite (>= 1.6.0),
keyring (>= 1.1.0)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr