Package: covid19br Type: Package Title: Brazilian COVID-19 Pandemic Data Version: 1.0.0.1 Authors@R: c(person(given = "Fabio", family = "Demarqui", email = "fndemarqui@est.ufmg.br", role = c("aut", "cre", "cph")), person(given = "Cristiano", family = "Santos", email = "ccsgaus@ufmg.br", role = "aut"), person(given = "Matheus", family = "Costa", email = "matheus_belo@id.uff.br", role = "ctb")) Description: Set of functions to import COVID-19 pandemic data into R. The Brazilian COVID-19 data, obtained from the official Brazilian repository at , is available at the country, region, state, and city levels. The package also downloads world-level COVID-19 data from Johns Hopkins University's repository. COVID-19 data is available from the start of follow-up until to May 5, 2023, when the World Health Organization (WHO) declared an end to the Public Health Emergency of International Concern (PHEIC) for COVID-19. URL: https://fndemarqui.github.io/covid19br/ BugReports: https://github.com/fndemarqui/covid19br/issues Encoding: UTF-8 License: MIT + file LICENSE Depends: R (>= 3.5.0) Imports: data.table, dplyr, httr2, rlang, sf, tibble, tidyr Suggests: ggrepel, kableExtra, knitr, leaflet, pracma, plotly, rmarkdown, testthat, tidyverse LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://fndemarqui.r-universe.dev Date/Publication: 2025-10-22 16:55:37 UTC RemoteUrl: https://github.com/fndemarqui/covid19br RemoteRef: HEAD RemoteSha: aae59c92c46bdd8d20ec69733a349a91396e4b0c NeedsCompilation: no Packaged: 2026-06-09 06:43:16 UTC; root Author: Fabio Demarqui [aut, cre, cph], Cristiano Santos [aut], Matheus Costa [ctb] Maintainer: Fabio Demarqui