Package: covid19br
Type: Package
Title: Brazilian COVID-19 Pandemic Data
Version: 0.1.8
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 country, region, state, and city-levels. The package also downloads the world-level COVID-19 data from the John Hopkins University's repository.
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: curl, data.table, dplyr, httr, rlang, sf, tidyr
Suggests: ggrepel, kableExtra, knitr, leaflet, pracma, plotly,
        rmarkdown, testthat, tidyverse
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-15 17:58:58 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: 2023-10-15 21:50:06 UTC
