Package: sidrar Type: Package Title: An Interface to IBGE's SIDRA API Version: 0.3.0 Authors@R: person("Renato", "Prado Siqueira", email = "rpradosiqueira@gmail.com", role = c("aut", "cre")) Description: Provides a flexible interface to the aggregate data available from the Brazilian Institute of Geography and Statistics (IBGE) through its SIDRA application programming interfaces. SIDRA is IBGE's system for retrieving aggregate statistical data. Depends: R (>= 3.6.0) License: GPL-3 Encoding: UTF-8 Language: en-US URL: https://github.com/rpradosiqueira/sidrar/ BugReports: https://github.com/rpradosiqueira/sidrar/issues/ Imports: httr, jsonlite, utils RoxygenNote: 8.0.0 Roxygen: list(markdown = TRUE) Suggests: knitr, rmarkdown, testthat (>= 3.2.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://rpradosiqueira.r-universe.dev Date/Publication: 2026-07-23 19:47:49 UTC RemoteUrl: https://github.com/rpradosiqueira/sidrar RemoteRef: HEAD RemoteSha: 824f9aa6bbcdfcf2749e781b843a6a5786db5eed NeedsCompilation: no Packaged: 2026-07-23 19:54:39 UTC; root Author: Renato Prado Siqueira [aut, cre] Maintainer: Renato Prado Siqueira