Package: transferegovr
Title: Access the 'TransfereGov' Open Data APIs
Version: 0.1.0
Authors@R: c(
    person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4718-9766")),
    person("Marcos", "Wasiliew", email = "marcos.wasiliew@sepe.pe.gov.br", role = "aut"),
    person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut",
           comment = c(ORCID = "0000-0001-6249-0920")),
    person("Carlos", "Amorim", email = "carlos.agaf@ufpe.br", role = "aut",
           comment = c(ORCID = "0000-0001-6315-8305")),
    person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut",
           comment = c(ORCID = "0000-0002-1216-8674")),
    person("Júlia", "Nascimento Barreto",
           email = "juliabarreto@gd.seplag.pe.gov.br", role = "aut")
  )
Description: Provides a modern interface to the open data application
    programming interfaces of the Brazilian federal government's
    'TransfereGov' platform
    (<https://www.gov.br/transferegov/pt-br/ferramentas-gestao/dados-abertos>).
    Covers the special transfers, fund-to-fund transfers, and decentralized
    credit ('TED') modules, which together publish forty-eight tables on
    action plans, programs, budget commitments, financial execution,
    management reports, and payment orders. The APIs are built on 'PostgREST',
    so the package exposes its filtering, column selection, and ordering
    operators directly, and returns tidy tibbles with types taken from the
    published schema. Automatic pagination, request throttling, retries with
    exponential backoff, and an optional response cache are included.
License: MIT + file LICENSE
URL: https://github.com/StrategicProjects/transferegovr,
        https://strategicprojects.github.io/transferegovr/
BugReports: https://github.com/StrategicProjects/transferegovr/issues
Depends: R (>= 4.1.0)
Imports: cli, httr2 (>= 1.0.0), purrr (>= 1.0.0), rlang (>= 1.1.0),
        stats, tibble (>= 3.2.0), utils
Suggests: covr, dplyr, jsonlite, knitr, rmarkdown, testthat (>= 3.2.0),
        withr
VignetteBuilder: knitr
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-31 22:51:57 UTC; leite
Author: Andre Leite [aut, cre] (ORCID: <https://orcid.org/0000-0002-4718-9766>),
  Marcos Wasiliew [aut],
  Hugo Vasconcelos [aut] (ORCID: <https://orcid.org/0000-0001-6249-0920>),
  Carlos Amorim [aut] (ORCID: <https://orcid.org/0000-0001-6315-8305>),
  Diogo Bezerra [aut] (ORCID: <https://orcid.org/0000-0002-1216-8674>),
  Júlia Nascimento Barreto [aut]
Maintainer: Andre Leite <leite@castlab.org>
Repository: CRAN
Date/Publication: 2026-08-08 11:30:08 UTC
Built: R 4.6.0; ; 2026-08-08 13:08:39 UTC; unix
