Package: restatis
Title: Web API Client for the German Federal Statistical Office
        Database
Version: 0.1.0
Authors@R: c(
    person("Yannik", "Buhl", , "yannik.buhl@posteo.de", role = "aut"),
    person("Zoran", "Kovacevic", , "zoran.kovacevic@gess.ethz.ch", role = "aut",
           comment = c(ORCID = "0009-0002-0156-0862")),
    person("Dorian", "Le Jeune", , "d.le-jeune@gmx.de", role = "aut"),
    person("Long", "Nguyen", , "long.nguyen@uni-bielefeld.de", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8878-7386")),
    person("Johannes", "Ritter", , "ritter.johannes@gmail.com", role = "aut")
  )
Description: A 'RESTful' API wrapper for accessing the 'GENESIS' database
    of the German Federal Statistical Office (Destatis)
    <https://www-genesis.destatis.de/>. Also 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/,
        https://github.com/CorrelAid/restatis
BugReports: https://github.com/CorrelAid/restatis/issues
Depends: R (>= 2.10)
Imports: askpass, httr2, memoise, readr, stats, tibble, tools, utils,
        vctrs
Suggests: httptest2, knitr, rmarkdown, testthat (>= 3.0.0), usethis,
        withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-06-28 10:04:26 UTC; lngyuen
Author: Yannik Buhl [aut],
  Zoran Kovacevic [aut] (<https://orcid.org/0009-0002-0156-0862>),
  Dorian Le Jeune [aut],
  Long Nguyen [aut, cre] (<https://orcid.org/0000-0001-8878-7386>),
  Johannes Ritter [aut]
Maintainer: Long Nguyen <long.nguyen@uni-bielefeld.de>
Repository: CRAN
Date/Publication: 2023-06-30 11:00:03 UTC
