Type: Package
Package: censobr
Title: Download Data from Brazil's Population Census
Version: 0.5.0.999
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: Easy access to data from Brazil's population censuses. The
package provides a simple and efficient way to download and
read the data sets and the documentation of all the population
censuses taken in and after 1960 in the country. The package is
built on top of the 'Arrow' platform
, which allows users to work
with larger-than-memory census data using 'dplyr' familiar
functions.
.
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.1.0)
Imports: arrow (>= 15.0.1), checkmate, cli, curl (>= 5.0.0), dplyr,
duckdb, fs, glue, rlang, tools
Suggests: covr, DBI, dbplyr, geobr, ggplot2 (>= 3.3.1), rmarkdown,
kableExtra, knitr, scales, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/pak/sysreqs: cmake make libuv1-dev libssl-dev xz-utils
Repository: https://ipeagit.r-universe.dev
Date/Publication: 2026-07-22 17:57:26 UTC
RemoteUrl: https://github.com/ipeagit/censobr
RemoteRef: HEAD
RemoteSha: 6a4b29e50f35587bc8d2960071fafe2e5cadab43
NeedsCompilation: no
Packaged: 2026-07-22 18:02:59 UTC; root
Author: Rafael H. M. Pereira [aut, cre] (ORCID:
),
Rogério J. Barbosa [aut] (ORCID:
),
Diego Rabatone Oliveira [ctb],
Neal Richardson [ctb],
Ipea - Institute for Applied Economic Research [cph, fnd]
Maintainer: Rafael H. M. Pereira