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 <https://covid.saude.gov.br/>, 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
NeedsCompilation: no
Packaged: 2025-10-22 17:40:54 UTC; fndemarqui
Author: Fabio Demarqui [aut, cre, cph],
  Cristiano Santos [aut],
  Matheus Costa [ctb]
Maintainer: Fabio Demarqui <fndemarqui@est.ufmg.br>
Repository: CRAN
Date/Publication: 2025-11-10 09:10:08 UTC
