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 . License: GPL (>= 2) URL: https://statistikat.github.io/STATcubeR/, https://github.com/statistikat/STATcubeR BugReports: https://github.com/statistikat/STATcubeR/issues Depends: R (>= 4.1.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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Language: en-US Config/pak/sysreqs: libssl-dev Repository: https://statistikat.r-universe.dev Date/Publication: 2024-11-29 09:50:00 UTC RemoteUrl: https://github.com/statistikat/statcuber RemoteRef: HEAD RemoteSha: 3d176adcf2286e2730af31b2ec9a64a995a86b08 NeedsCompilation: no Packaged: 2026-06-20 09:06:35 UTC; root Author: Bernhard Meindl [ctb, cre], Alexander Kowarik [ctb] (ORCID: ), Gregor de Cillia [aut] Maintainer: Bernhard Meindl