Package: alepe
Title: Access the Open Data API of the Legislative Assembly of
        Pernambuco
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: A tidy interface to the open data API of the Legislative
    Assembly of the State of Pernambuco, Brazil ('ALEPE',
    <https://dadosabertos.alepe.pe.gov.br>). Retrieve data on
    representatives, staff, positions, departments, remuneration,
    contracts, procurement processes, and legislative propositions as
    tibbles with clean names and parsed column types. Requests are cached
    locally and retried with exponential backoff; network failures are
    handled gracefully.
License: MIT + file LICENSE
URL: https://github.com/StrategicProjects/alepe,
        https://strategicprojects.github.io/alepe/
BugReports: https://github.com/StrategicProjects/alepe/issues
Depends: R (>= 4.1)
Imports: cli, httr2 (>= 1.0.0), readr, rlang (>= 1.1.0), tibble
Suggests: dplyr, ggplot2, httptest2, jsonlite, knitr, rmarkdown,
        testthat (>= 3.0.0), tidyr, withr
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate, pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-19 12:53: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-20 14:22:29 UTC
Built: R 4.6.0; ; 2026-08-20 16:07:27 UTC; unix
