Package: ibger Title: Access the 'IBGE' Aggregate Data API from 'R' Version: 0.1.0 Authors@R: c( person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")), person("Marcos", "Wasiliew", email = "marcos.wasilew@gmail.com", role = "aut"), person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"), person("Carlos", "Amorim", email = "carlos.agaf@ufpe.br", role = "aut"), person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut")) Description: 'Tidyverse'-friendly interface to the Brazilian Institute of Geography and Statistics ('IBGE') aggregate data 'API' . Query aggregates, variables, localities, periods, and metadata from surveys and censuses conducted by 'IBGE'. License: MIT + file LICENSE URL: https://github.com/StrategicProjects/ibger, https://strategicprojects.github.io/ibger/ BugReports: https://github.com/StrategicProjects/ibger/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: httr2 (>= 1.0.0), cli (>= 3.6.0), tibble, purrr, dplyr, rlang, glue Suggests: knitr, rmarkdown, pkgdown, ggplot2, tidyr, shiny (>= 1.8.0), DT, bslib (>= 0.6.0), bsicons, rstudioapi Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://strategicprojects.r-universe.dev Date/Publication: 2026-06-29 11:55:16 UTC RemoteUrl: https://github.com/strategicprojects/ibger RemoteRef: HEAD RemoteSha: 6621b41d98112a8a692815c81010dbf28090b150 NeedsCompilation: no Packaged: 2026-06-29 14:54:24 UTC; root Author: Andre Leite [aut, cre], Marcos Wasiliew [aut], Hugo Vasconcelos [aut], Carlos Amorim [aut], Diogo Bezerra [aut] Maintainer: Andre Leite