-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.32 KB
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
Type: Package
Package: STATcubeR
Title: R Interface for the 'STATcube' REST API and Open Government Data
Version: 1.0.0
Date: 2024-11-29
Authors@R: c(
person("Bernhard", "Meindl", , "Bernhard.Meindl@statistik.gv.at", role = c("ctb", "cre")),
person("Alexander", "Kowarik", , "Alexander.Kowarik@statistik.gv.at", role = c("ctb"),comment=c(ORCID="0000-0001-8598-4130")),
person("Gregor", "de Cillia", , "", role = "aut"))
Description: Import data from the 'STATcube' REST API or from the open data
portal of Statistics Austria. This package includes a client for API
requests as well as parsing utilities for data which originates from
'STATcube'. Documentation about 'STATcubeR' is provided by several vignettes
included in the package as well as on the public 'pkgdown' page at
<https://statistikat.github.io/STATcubeR/>.
License: GPL (>= 2)
URL: https://statistikat.github.io/STATcubeR/,
https://github.com/statistikat/STATcubeR
BugReports: https://github.com/statistikat/STATcubeR/issues
Depends: R (>= 3.5.0)
Imports:
cli (>= 3.4.1),
httr,
jsonlite,
pillar (>= 1.5.0),
vctrs (>= 0.5.2)
Suggests:
magrittr,
spelling,
data.tree,
rappdirs,
xml2,
reactable,
markdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US