-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 968 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
42 lines (42 loc) · 968 Bytes
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
Package: tuikr
Title: Access Statistical and Geographic Data from TUIK
Version: 0.2.0
Authors@R:
person("Emrah", "Er", email = "eer@eremrah.com", role = c("aut", "cre"))
Description: Accesses Turkish Statistical Institute (TUIK) statistical tables,
portal resources, SDMX dataflows, and geographic data through the public
TUIK web portals.
License: MIT + file LICENSE
URL: https://eremrah.com/tuikr/, https://github.com/emraher/tuikr
BugReports: https://github.com/emraher/tuikr/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Config/Needs/website: emraher/eerdown
Depends:
R (>= 4.1.0)
Imports:
rlang (>= 0.1.2),
crul,
dplyr,
purrr,
stringr,
tibble,
janitor,
jsonlite,
rsdmx,
tidyr,
sf
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
pkgdown,
V8,
tidyverse,
readxl,
cartogram,
geogrid
VignetteBuilder: knitr