Type: Package
Package: censobr
Title: Download Data from Brazil's Population Census
Version: 0.3.2
Authors@R: 
    c(person(given="Rafael H. M.", family="Pereira", 
             email="rafa.pereira.br@gmail.com", 
             role=c("aut", "cre"), 
             comment = c(ORCID = "0000-0003-2125-7465")),
      person(given="Rogério J.", family="Barbosa", 
             email="antrologos@gmail.com", 
             role=c("aut"), 
             comment = c(ORCID = "0000-0002-6796-4547")),
      person(given="Diego Rabatone", family="Oliveira", 
             email="diraol@diraol.eng.br", 
             role=c("ctb")),
      person(given="Neal", family="Richardson", 
             email="neal.p.richardson@gmail.com", 
             role=c("ctb")),
      person(given = "Ipea - Institute for Applied Economic Research",
             role = c("cph", "fnd")))
Description: Download data from Brazil's population census. The package is built 
             on top of the 'Arrow' platform <https://arrow.apache.org/docs/r/>, 
             which allows users to work with larger-than-memory census data using 
             'dplyr' familiar functions. <https://arrow.apache.org/docs/r/articles/arrow.html#analyzing-arrow-data-with-dplyr>.
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/censobr, https://ipeagit.github.io/censobr/
BugReports: https://github.com/ipeaGIT/censobr/issues
Depends: 
    R (>= 4.0)
Imports:
    arrow,
    checkmate,
    dplyr,
    httr (>= 1.4.1),
    tools
Suggests:
    covr,
    geobr,
    ggplot2 (>= 3.3.1),
    rmarkdown,
    knitr,
    scales,
    testthat
VignetteBuilder: 
    knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
